Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the java-demo group with 17 updates in the /java/demo directory:

Package From To
com.google.cloud.tools:appengine-maven-plugin 2.4.4 2.8.6
commons-io:commons-io 2.14.0 2.21.0
commons-fileupload:commons-fileupload 1.5 1.6.0
org.apache.maven.plugins:maven-compiler-plugin 3.11.0 3.15.0
org.apache.maven.plugins:maven-war-plugin 3.4.0 3.5.1
org.codehaus.mojo:exec-maven-plugin 3.1.0 3.6.3
org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 3.12.0
org.apache.maven.scm:maven-scm-api 2.0.1 2.2.1
org.apache.maven.scm:maven-scm-provider-gitexe 2.0.1 2.2.1
org.mockito:mockito-core 2.23.4 5.21.0
org.apache.felix:maven-bundle-plugin 5.1.9 6.0.0
org.apache.maven.plugins:maven-jar-plugin 3.3.0 3.5.0
org.apache.maven.plugins:maven-surefire-plugin 3.1.2 3.5.4
org.apache.maven.plugins:maven-source-plugin 3.3.0 3.4.0
org.apache.maven.plugins:maven-release-plugin 3.0.1 3.3.1
org.sonatype.central:central-publishing-maven-plugin 0.8.0 0.10.0
org.apache.maven.plugins:maven-gpg-plugin 3.1.0 3.2.8

Updates com.google.cloud.tools:appengine-maven-plugin from 2.4.4 to 2.8.6

Release notes

Sourced from com.google.cloud.tools:appengine-maven-plugin's releases.

v2.8.6

2.8.6 (2025-11-18)

Dependencies

v2.8.5

2.8.5 (2025-11-14)

Dependencies

v2.8.4

2.8.4 (2025-10-20)

Documentation

  • add example of usage of extraFilesDirectories to gradle user guide (#1041) (cacfe8f)

v2.8.3

The release was made to ensure the release infrastructure change. No user-visible changes are included.

v2.8.0

2.8.0 (2024-01-26)

Features

  • remove duplicate uploads (8850c5c)

v2.7.0

2.7.0 (2024-01-18)

Features

v2.6.0

2.6.0 (2024-01-17)

Features

... (truncated)

Changelog

Sourced from com.google.cloud.tools:appengine-maven-plugin's changelog.

2.8.6 (2025-11-18)

Dependencies

2.8.5 (2025-11-14)

Dependencies

2.8.4 (2025-10-20)

Documentation

  • add example of usage of extraFilesDirectories to gradle user guide (#1041) (cacfe8f)

2.8.3 (2024-12-08)

  • Minor changes in the release infrastructure

2.8.2 (2024-10-17)

Documentation

2.8.1 (2024-07-18)

Bug Fixes

  • Fixed a test that fails in Docker environment

2.8.0 (2024-01-26)

Features

  • remove duplicate uploads (8850c5c)

2.7.0 (2024-01-18)

Features

... (truncated)

Commits

Updates commons-io:commons-io from 2.14.0 to 2.21.0

Changelog

Sourced from commons-io:commons-io's changelog.

Apache Commons IO 2.22.0 Release Notes

The Apache Commons IO team is pleased to announce the release of Apache Commons IO 2.22.0.

Introduction

The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

This is a feature and maintenance release. Java 8 or later is required.

New features

o Add and use IOUtils.closeQuietlySuppress(Closeable, Throwable) #818. Thanks to Gary Gregory, Piotr P. Karwasz.

Fixed Bugs

o Fix Apache RAT plugin console warnings. Thanks to Gary Gregory. o ByteArraySeekableByteChannel.position(long) and truncate(long) shouldn't throw an IllegalArgumentException for a new positive position that's too large #817. Thanks to Gary Gregory, Piotr P. Karwasz. o Fix malformed Javadoc comments. Thanks to Gary Gregory. o ReadAheadInputStream.close() doesn't always close its filtered input stream. Thanks to Stanislav Fort, Gary Gregory.

Changes

o Bump org.apache.commons:commons-parent from 91 to 96 #816. Thanks to Gary Gregory, Dependabot. o Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 #812. Thanks to Gary Gregory, Dependabot. o Bump commons.bytebuddy.version from 1.17.8 to 1.18.4 #814, #820. Thanks to Gary Gregory, Dependabot. o Bump commons-lang3 from 3.19.0 to 3.20.0. Thanks to Gary Gregory, Dependabot.

Commons IO 2.7 and up requires Java 8 or above. Commons IO 2.6 requires Java 7 or above. Commons IO 2.3 through 2.5 requires Java 6 or above. Commons IO 2.2 requires Java 5 or above. Commons IO 1.4 requires Java 1.3 or above.

Historical list of changes: https://commons.apache.org/proper/commons-io/changes.html

For complete information on Apache Commons IO, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons IO website:

https://commons.apache.org/proper/commons-io/

Download page: https://commons.apache.org/proper/commons-io/download_io.cgi

... (truncated)

Commits

Updates commons-fileupload:commons-fileupload from 1.5 to 1.6.0

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.15.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.15.0

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

3.14.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

3.14.0

... (truncated)

Commits
  • 9290cb3 [maven-release-plugin] prepare release maven-compiler-plugin-3.15.0
  • 3657d40 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
  • 7bbf805 Bump plexusCompilerVersion from 2.16.1 to 2.16.2
  • 57fa938 Bump org.apache.maven.plugins:maven-plugins from 46 to 47
  • 385e3f2 Fix Java 25 compatibility during integration tests (#1020)
  • 6b34423 Bump org.apache.maven.plugins:maven-plugins from 45 to 46
  • aaeb9c6 [MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...
  • 6e3db9d Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2
  • 0fe9b84 Remove declaration of "plexus-snapshots" repository (#1010)
  • 35f6800 Bump org.ow2.asm:asm from 9.9 to 9.9.1
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-war-plugin from 3.4.0 to 3.5.1

Release notes

Sourced from org.apache.maven.plugins:maven-war-plugin's releases.

3.5.1

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

3.5.0

🚀 New features and improvements

📝 Documentation updates

👻 Maintenance

... (truncated)

Commits
  • 20d9383 [maven-release-plugin] prepare release maven-war-plugin-3.5.1
  • 5e6c0e6 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (#586)
  • fe605d3 Upgrade site descriptor to 2.0.0
  • 364679a bugfix: regression due to targetPath interfering with the exclusion logic
  • 9f49876 fix: Color log level INFO in CopyUserManifestTask
  • da8b40f Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29
  • 3f3e84e Bump commons-io:commons-io from 2.20.0 to 2.21.0
  • 7635a49 Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
  • b0d48b9 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#578)
  • 5a939f8 Add hacktoberfest label to project
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.6.3

Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.6.3

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

3.6.2

🚀 New features and improvements

📦 Dependency updates

3.6.1

🐛 Bug Fixes

📦 Dependency updates

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

... (truncated)

Commits
  • fe1fa8c [maven-release-plugin] prepare release 3.6.3
  • 5b3feca Bump asm.version from 9.9 to 9.9.1
  • efc7faa Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0
  • cdaf267 JUnit 5 best practices (#505)
  • f3f5997 Move ExecJavaMojoTest, ExecMojoTest to JUnit 5
  • 03b87b5 Document thread group isolation limitation in java goal (#503)
  • 7a66c3e Add support for JEP 512 for for package-private static main methods with and ...
  • a6d01ef Move to JUnit 5
  • 88d5961 [maven-release-plugin] prepare for next development iteration
  • 416fdf1 [maven-release-plugin] prepare release 3.6.2
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.12.0

Release notes

Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.

3.12.0

💥 Breaking changes

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

3.11.3

🚨 Removed

🚀 New features and improvements

🐛 Bug Fixes

  • Make the legacyMode consistent (Filter out all of the module-info.java files in legacy mode, do not use --source-path in legacy mode) (#1217) @​fridrich
  • [MJAVADOC-826] - Don't try to modify project source roots (#358) @​oehme

📝 Documentation updates

👻 Maintenance

... (truncated)

Commits
  • 2a06bed [maven-release-plugin] prepare release maven-javadoc-plugin-3.12.0
  • a71ecf9 bump version 3.12.0-SNAPSHOT
  • 88f2b71 [maven-release-plugin] prepare for next development iteration
  • 7e18956 [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.4
  • c11b76c In legacyMode, don't use -sourcepath, unless excludePackageNames is not empty...
  • bc9904b remove fix mojo (#1263)
  • f310135 Fix package {...} does not exist in legacyMode (#1243)
  • c8270f9 detectOfflineLinks is now false per default for all jar mojo issue #1258 ...
  • 953e609 Delete flaky test (#1260)
  • 2bba7a4 Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0
  • Additional commits viewable in compare view

Updates org.apache.maven.scm:maven-scm-api from 2.0.1 to 2.2.1

Release notes

Sourced from org.apache.maven.scm:maven-scm-api's releases.

2.2.1

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • f2a75b3 [maven-release-plugin] prepare for next development iteration
  • 65b342b [maven-release-plugin] prepare release maven-scm-2.2.1
  • ab95cfc [maven-release-plugin] rollback the release of maven-scm-2.2.1
  • 26021cf [maven-release-plugin] prepare for next development iteration
  • 851705a Add method to ScmManager to get an ScmRepository from an existing
  • 01ffa73 trivial: clarify description
  • 0e5bccd Deprecate ConsumerUtils (#1315)
  • ea97644 Reduce log noise (#1313)
  • 092eed6 Use SSHD 2.16.0
  • 041492e Follow Oracle Javadoc guidelines (#1312)
  • Additional commits viewable in compare view

Updates org.apache.maven.scm:maven-scm-provider-gitexe from 2.0.1 to 2.2.1

Updates org.mockito:mockito-core from 2.23.4 to 5.21.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.21.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.21.0

v5.20.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.20.0

v5.19.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.19.0

... (truncated)

Commits
  • 09d2230 Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 (#3768)
  • df3e0cc Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#3767)
  • 04a6e9f Bump actions/checkout from 5 to 6 (#3765)
  • 756a3cf Add description of matchers to potential mismatch (#3760)
  • ...

    Description has been truncated

Bumps the java-demo group with 17 updates in the /java/demo directory:

| Package | From | To |
| --- | --- | --- |
| [com.google.cloud.tools:appengine-maven-plugin](https://github.com/GoogleCloudPlatform/appengine-plugins) | `2.4.4` | `2.8.6` |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.14.0` | `2.21.0` |
| commons-fileupload:commons-fileupload | `1.5` | `1.6.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.11.0` | `3.15.0` |
| [org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin) | `3.4.0` | `3.5.1` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.6.3` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.5.0` | `3.12.0` |
| [org.apache.maven.scm:maven-scm-api](https://github.com/apache/maven-scm) | `2.0.1` | `2.2.1` |
| org.apache.maven.scm:maven-scm-provider-gitexe | `2.0.1` | `2.2.1` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `2.23.4` | `5.21.0` |
| org.apache.felix:maven-bundle-plugin | `5.1.9` | `6.0.0` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.5.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.5.4` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.0` | `3.4.0` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.3.1` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.8.0` | `0.10.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.8` |



Updates `com.google.cloud.tools:appengine-maven-plugin` from 2.4.4 to 2.8.6
- [Release notes](https://github.com/GoogleCloudPlatform/appengine-plugins/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/appengine-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleCloudPlatform/appengine-plugins/commits/v2.8.6)

Updates `commons-io:commons-io` from 2.14.0 to 2.21.0
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-io@rel/commons-io-2.14.0...rel/commons-io-2.21.0)

Updates `commons-fileupload:commons-fileupload` from 1.5 to 1.6.0

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.15.0)

Updates `org.apache.maven.plugins:maven-war-plugin` from 3.4.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-war-plugin/releases)
- [Commits](apache/maven-war-plugin@maven-war-plugin-3.4.0...maven-war-plugin-3.5.1)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.6.3
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.6.3)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.5.0 to 3.12.0
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.12.0)

Updates `org.apache.maven.scm:maven-scm-api` from 2.0.1 to 2.2.1
- [Release notes](https://github.com/apache/maven-scm/releases)
- [Commits](apache/maven-scm@maven-scm-2.0.1...v2.2.1)

Updates `org.apache.maven.scm:maven-scm-provider-gitexe` from 2.0.1 to 2.2.1

Updates `org.mockito:mockito-core` from 2.23.4 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v2.23.4...v5.21.0)

Updates `org.apache.felix:maven-bundle-plugin` from 5.1.9 to 6.0.0

Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.5.0
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.3.0...maven-jar-plugin-3.5.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.5.4
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.5.4)

Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/apache/maven-source-plugin/releases)
- [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.0...maven-source-plugin-3.4.0)

Updates `org.apache.maven.plugins:maven-release-plugin` from 3.0.1 to 3.3.1
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.0.1...maven-release-3.3.1)

Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.8.0 to 0.10.0
- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.1.0 to 3.2.8
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.8)

---
updated-dependencies:
- dependency-name: com.google.cloud.tools:appengine-maven-plugin
  dependency-version: 2.8.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: commons-io:commons-io
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: commons-fileupload:commons-fileupload
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.apache.maven.plugins:maven-war-plugin
  dependency-version: 3.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.apache.maven.scm:maven-scm-api
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.apache.maven.scm:maven-scm-provider-gitexe
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.21.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: java-demo
- dependency-name: org.apache.felix:maven-bundle-plugin
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: java-demo
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-version: 3.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-version: 3.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-version: 3.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java-demo
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-version: 3.2.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: java-demo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants