Bumps the root group with 23 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.11.0` | `3.15.0` |
| [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.4.0` | `3.6.1` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.5` | `4.34.1` |
| [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) | `1.3` | `3.2.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.6.3` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.5.0` |
| [com.google.auto.value:auto-value](https://github.com/google/auto) | `1.11.0` | `1.11.1` |
| [com.google.auto.value:auto-value-annotations](https://github.com/google/auto) | `1.11.0` | `1.11.1` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.0-jre` | `33.6.0-jre` |
| [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.23.0` |
| org.apache.felix:maven-bundle-plugin | `5.1.9` | `6.0.2` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.5.5` |
| [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-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.5.0` | `3.12.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` |
| [com.google.cloud.tools:appengine-maven-plugin](https://github.com/GoogleCloudPlatform/appengine-plugins) | `2.4.4` | `2.8.7` |
| commons-io:commons-io | `2.14.0` | `2.22.0` |
| commons-fileupload:commons-fileupload | `1.5` | `1.6.0` |
| [org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin) | `3.4.0` | `3.5.1` |
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.codehaus.mojo:build-helper-maven-plugin` from 3.4.0 to 3.6.1
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@3.4.0...3.6.1)
Updates `com.google.protobuf:protobuf-java` from 3.25.5 to 4.34.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)
Updates `org.apache.maven.plugins:maven-antrun-plugin` from 1.3 to 3.2.0
- [Release notes](https://github.com/apache/maven-antrun-plugin/releases)
- [Commits](apache/maven-antrun-plugin@maven-antrun-plugin-1.3...maven-antrun-plugin-3.2.0)
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-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 `com.google.auto.value:auto-value` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.11.0...auto-value-1.11.1)
Updates `com.google.auto.value:auto-value-annotations` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.11.0...auto-value-1.11.1)
Updates `com.google.guava:guava` from 33.3.0-jre to 33.6.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
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.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v2.23.4...v5.23.0)
Updates `org.apache.felix:maven-bundle-plugin` from 5.1.9 to 6.0.2
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.5.5
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.5.5)
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-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.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)
Updates `com.google.cloud.tools:appengine-maven-plugin` from 2.4.4 to 2.8.7
- [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.7)
Updates `commons-io:commons-io` from 2.14.0 to 2.22.0
Updates `commons-fileupload:commons-fileupload` from 1.5 to 1.6.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)
---
updated-dependencies:
- dependency-name: com.google.auto.value:auto-value
dependency-version: 1.11.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: root
- dependency-name: com.google.auto.value:auto-value-annotations
dependency-version: 1.11.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: root
- 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: root
- dependency-name: com.google.guava:guava
dependency-version: 33.5.0-jre
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: root
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 4.33.5
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: root
- dependency-name: commons-fileupload:commons-fileupload
dependency-version: 1.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: root
- dependency-name: commons-io:commons-io
dependency-version: 2.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: root
- dependency-name: org.apache.felix:maven-bundle-plugin
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: root
- dependency-name: org.apache.maven.plugins:maven-antrun-plugin
dependency-version: 3.2.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: root
- 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: root
- 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: root
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: root
- 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: root
- 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: root
- 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: root
- 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: root
- 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: root
- 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: root
- 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: root
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-version: 3.6.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: root
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-version: 3.6.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: root
- dependency-name: org.mockito:mockito-core
dependency-version: 5.21.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: root
- 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: root
...
Signed-off-by: dependabot[bot] <support@github.com>
Bumps the root group with 23 updates in the / directory:
3.11.03.15.03.4.03.6.13.25.54.34.11.33.2.03.1.03.6.33.3.03.5.01.11.01.11.11.11.01.11.133.3.0-jre33.6.0-jre2.0.12.2.12.0.12.2.12.23.45.23.05.1.96.0.23.1.23.5.53.3.03.4.03.5.03.12.03.0.13.3.10.8.00.10.03.1.03.2.82.4.42.8.72.14.02.22.01.51.6.03.4.03.5.1Updates
org.apache.maven.plugins:maven-compiler-pluginfrom 3.11.0 to 3.15.0Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
... (truncated)
Commits
9290cb3[maven-release-plugin] prepare release maven-compiler-plugin-3.15.03657d40Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness7bbf805Bump plexusCompilerVersion from 2.16.1 to 2.16.257fa938Bump org.apache.maven.plugins:maven-plugins from 46 to 47385e3f2Fix Java 25 compatibility during integration tests (#1020)6b34423Bump org.apache.maven.plugins:maven-plugins from 45 to 46aaeb9c6[MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...6e3db9dBump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.20fe9b84Remove declaration of "plexus-snapshots" repository (#1010)35f6800Bump org.ow2.asm:asm from 9.9 to 9.9.1Updates
org.codehaus.mojo:build-helper-maven-pluginfrom 3.4.0 to 3.6.1Release notes
Sourced from org.codehaus.mojo:build-helper-maven-plugin's releases.
... (truncated)
Commits
908df59[maven-release-plugin] prepare release 3.6.1faafd8fUse common release-drafter configurationa91b402Rename Goals to Plugin Documentation in the site menu1e9136dBump org.codehaus.mojo:mojo-parent from 87 to 918700ddcBump org.apache.maven.shared:file-management from 3.1.0 to 3.2.0ab2c635Bump org.codehaus.mojo:mojo-parent from 86 to 87611ce40Typos.02d2b8eBump org.codehaus.mojo:mojo-parent from 85 to 86d742e5cUpdate site.xml to Doxia 280b89b8Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2Updates
com.google.protobuf:protobuf-javafrom 3.25.5 to 4.34.1Commits
Updates
org.apache.maven.plugins:maven-antrun-pluginfrom 1.3 to 3.2.0Release notes
Sourced from org.apache.maven.plugins:maven-antrun-plugin's releases.
... (truncated)
Commits
d8a5220[maven-release-plugin] prepare release maven-antrun-plugin-3.2.0a049c4dRefresh download page, use site descriptor 2.03e2fbe1Add tag-template to release-drafter43af127Add hacktoberfest label to projectcc0189aRun ci also with Maven 4ff42558Bump Maven to 3.9.11 and keep prerequisites at 3.6.317c406cBump version.xmlunit from 2.10.3 to 2.10.4 (#338)a313597feat: enable prevent branch protection rulese0127c7Bump org.apache.maven.plugins:maven-plugins from 44 to 45565754cfixUpdates
org.codehaus.mojo:exec-maven-pluginfrom 3.1.0 to 3.6.3Release notes
Sourced from org.codehaus.mojo:exec-maven-plugin's releases.
... (truncated)
Commits
fe1fa8c[maven-release-plugin] prepare release 3.6.35b3fecaBump asm.version from 9.9 to 9.9.1efc7faaBump org.apache.commons:commons-exec from 1.5.0 to 1.6.0cdaf267JUnit 5 best practices (#505)f3f5997Move ExecJavaMojoTest, ExecMojoTest to JUnit 503b87b5Document thread group isolation limitation in java goal (#503)7a66c3eAdd support for JEP 512 for for package-private static main methods with and ...a6d01efMove to JUnit 588d5961[maven-release-plugin] prepare for next development iteration416fdf1[maven-release-plugin] prepare release 3.6.2Updates
org.apache.maven.plugins:maven-jar-pluginfrom 3.3.0 to 3.5.0Release notes
Sourced from org.apache.maven.plugins:maven-jar-plugin's releases.
... (truncated)
Commits
68d00f1[maven-release-plugin] prepare release maven-jar-plugin-3.5.0357b9bfUpdate site descriptor to 2.0.0340249cFix detecting java version for toolchains and JDK 1.806a6245chore: remove junit3 referencesd302b2cBump commons-io:commons-io from 2.20.0 to 2.21.06081bdbBump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4ef8ed4cMigrate component injection to JSR-330704a35cIgnore stderr when parsing javac version from toolchain (#471)0beb969Use maven-plugin-testing-harness version 3.4.0c2624c8Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#488)Updates
com.google.auto.value:auto-valuefrom 1.11.0 to 1.11.1Release notes
Sourced from com.google.auto.value:auto-value's releases.
Commits
4a03588Set version number for auto-value-parent to 1.11.1.c5c1ae5Update do-not-publish configuration.6d41b70[maven-release-plugin] prepare for next development iteration74d3d07[maven-release-plugin] prepare release auto-value-parent-1.11.182eb4f8Bump the dependencies group in /value with 2 updatesd09c2d3Bump the dependencies group in /value with 4 updates893034bDelete theWeakHashMaprecommendation.4bcb6b9Bump net.ltgt.gwt.maven:gwt-maven-plugin from 1.1.0 to 1.2.0 in /value in the...66a26daSlightly reword@AutoOneOfdocs7e5e3c8Bump the dependencies group in /value with 2 updatesUpdates
com.google.auto.value:auto-value-annotationsfrom 1.11.0 to 1.11.1Release notes
Sourced from com.google.auto.value:auto-value-annotations's releases.
Commits
4a03588Set version number for auto-value-parent to 1.11.1.c5c1ae5Update do-not-publish configuration.6d41b70[maven-release-plugin] prepare for next development iteration74d3d07[maven-release-plugin] prepare release auto-value-parent-1.11.182eb4f8Bump the dependencies group in /value with 2 updatesd09c2d3Bump the dependencies group in /value with 4 updates893034bDelete theWeakHashMaprecommendation.4bcb6b9Bump net.ltgt.gwt.maven:gwt-maven-plugin from 1.1.0 to 1.2.0 in /value in the...66a26daSlightly reword@AutoOneOfdocs7e5e3c8Bump the dependencies group in /value with 2 updatesUpdates
com.google.guava:guavafrom 33.3.0-jre to 33.6.0-jreRelease notes
Sourced from com.google.guava:guava's releases.
... (truncated)
Commits
Updates
org.apache.maven.scm:maven-scm-apifrom 2.0.1 to 2.2.1Release notes
Sourced from org.apache.maven.scm:maven-scm-api's releases.
... (truncated)
Commits
f2a75b3[maven-release-plugin] prepare for next development iteration65b342b[maven-release-plugin] prepare release maven-scm-2.2.1ab95cfc[maven-release-plugin] rollback the release of maven-scm-2.2.126021cf[maven-release-plugin] prepare for next development iteration