-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Bump the root group across 1 directory with 24 updates #3942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/maven/root-60f58eb734
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
katbohm
previously approved these changes
Nov 20, 2025
8c79bfb to
ef1b8d9
Compare
Merged
Bumps the root group with 24 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.14.1` | | [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.33.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.2` | | [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.5.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.20.0` | | org.apache.felix:maven-bundle-plugin | `5.1.9` | `6.0.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.3.1` | | [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.2.0` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.8.0` | `0.9.0` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.8` | | [com.google.template:soy](https://github.com/google/closure-templates) | `2022-07-20` | `v20160111` | | [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-war-plugin](https://github.com/apache/maven-war-plugin) | `3.4.0` | `3.5.0` | Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.14.1 - [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.14.1) 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.33.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [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.2 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.6.2) 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.5.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.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v2.23.4...v5.20.0) Updates `org.apache.felix:maven-bundle-plugin` from 5.1.9 to 6.0.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.3.1 - [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.3.1) 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.2.0 - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](apache/maven-release@maven-release-3.0.1...maven-release-3.2.0) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.8.0 to 0.9.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.template:soy` from 2022-07-20 to v20160111 - [Commits](https://github.com/google/closure-templates/commits) 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-war-plugin` from 3.4.0 to 3.5.0 - [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.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.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: com.google.protobuf:protobuf-java dependency-version: 4.33.1 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:production update-type: version-update:semver-major dependency-group: root - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.2 dependency-type: direct:production 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: 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.guava:guava dependency-version: 33.5.0-jre dependency-type: direct:production 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.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:development update-type: version-update:semver-major 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-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch 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.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.9.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:production update-type: version-update:semver-minor dependency-group: root - dependency-name: com.google.template:soy dependency-version: v20160111 dependency-type: direct:production dependency-group: root - dependency-name: com.google.cloud.tools:appengine-maven-plugin dependency-version: 2.8.6 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: commons-fileupload:commons-fileupload dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root - dependency-name: org.apache.maven.plugins:maven-war-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root ... Signed-off-by: dependabot[bot] <[email protected]>
ef1b8d9 to
8b834d3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the root group with 24 updates in the / directory:
3.11.03.14.13.4.03.6.13.25.54.33.11.33.2.03.1.03.6.23.3.03.5.01.11.01.11.11.11.01.11.133.3.0-jre33.5.0-jre2.0.12.2.12.0.12.2.12.23.45.20.05.1.96.0.03.1.23.5.43.3.03.3.13.5.03.12.03.0.13.2.00.8.00.9.03.1.03.2.82022-07-20v201601112.4.42.8.62.14.02.21.01.51.6.03.4.03.5.0Updates
org.apache.maven.plugins:maven-compiler-pluginfrom 3.11.0 to 3.14.1Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
... (truncated)
Commits
0df6940[maven-release-plugin] prepare release maven-compiler-plugin-3.14.11bf9e5aEnforce asm version used here, to not depend on brittle transitive (#964)f5161c4Bump mavenVersion from 3.9.10 to 3.9.11 (#952)63846f1Improve DeltaList behavior for large projects (#335)ab3f845Bump org.apache.maven.plugins:maven-plugins from 44 to 45164bad4Allow to not use --module-version for the Java compiler0b76ccdBump mavenVersion from 3.9.9 to 3.9.105dbc9c3Bump org.codehaus.plexus:plexus-java from 1.4.0 to 1.5.017949d1Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (#316)d44d1beAdd generatedSourcesPath back to the maven projectUpdates
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.33.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.2Release notes
Sourced from org.codehaus.mojo:exec-maven-plugin's releases.
... (truncated)
Commits
416fdf1[maven-release-plugin] prepare release 3.6.2712e21d[maven-release-plugin] prepare release 3.1.29d265a2Add JPMS ServiceLoader Support with Multi-Release JAR (#500)1c26293Bump asm.version from 9.8 to 9.96525169[maven-release-plugin] prepare for next development iteration53087eb[maven-release-plugin] prepare release 3.6.102e72e2Revert change from #480 - plugin dependencies must be resolved from plugin re...18a21eaBump org.codehaus.mojo:mojo-parent from 93 to 943b6b9c5[maven-release-plugin] prepare for next development iterationfebfc6f[maven-release-plugin] prepare release 3.6.0Updates
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.5.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.