Skip to content

Bump the dependencies group across 1 directory with 47 updates#5916

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/dependencies-3a515ac1cb
Closed

Bump the dependencies group across 1 directory with 47 updates#5916
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/dependencies-3a515ac1cb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 47 updates in the / directory:

Package From To
org.apache.maven.plugins:maven-shade-plugin 2.1 3.6.2
org.apache.maven.plugins:maven-enforcer-plugin 3.0.0 3.6.3
biz.aQute.bnd:bnd-maven-plugin 6.4.0 7.3.0
org.apache.maven.plugins:maven-jar-plugin 3.2.2 3.5.0
org.apache.maven.plugins:maven-javadoc-plugin 3.11.2 3.12.0
org.apache.maven.plugins:maven-compiler-plugin 3.13.0 3.15.0
org.apache.maven.plugins:maven-source-plugin 2.1.2 3.4.0
org.apache.maven.plugins:maven-site-plugin 3.10.0 3.22.0
org.apache.maven.plugins:maven-surefire-plugin 3.1.0 3.5.6
org.sonatype.central:central-publishing-maven-plugin 0.8.0 0.11.0
org.apache.maven.plugins:maven-gpg-plugin 1.6 3.2.8
io.github.java-diff-utils:java-diff-utils 4.12 4.17
com.google.auto.value:auto-value-annotations 1.9 1.11.1
com.google.auto.value:auto-value 1.9 1.11.1
org.hamcrest:hamcrest-core 2.2 3.0
com.google.truth:truth 1.4.0 1.4.5
com.google.truth.extensions:truth-java8-extension 1.4.0 1.4.5
com.google.truth.extensions:truth-proto-extension 1.4.0 1.4.5
org.mockito:mockito-core 4.9.0 5.23.0
com.google.guava:guava-testlib 33.5.0-jre 33.6.0-jre
com.google.guava:guava 33.5.0-jre 33.6.0-jre
com.github.ben-manes.caffeine:caffeine 3.0.5 3.2.4
com.google.jimfs:jimfs 1.3.0 1.3.1
com.google.auto.service:auto-service 1.0.1 1.1.1
com.google.auto.service:auto-service-annotations 1.0.1 1.1.1
org.hamcrest:hamcrest-library 2.2 3.0
org.pcollections:pcollections 4.0.1 5.0.0
com.google.inject:guice 5.1.0 7.0.0
com.google.inject.extensions:guice-assistedinject 5.1.0 7.0.0
com.google.inject.extensions:guice-servlet 5.1.0 7.0.0
com.google.inject.extensions:guice-testlib 5.1.0 7.0.0
org.jmock:jmock 2.12.0 2.13.1
org.jmock:jmock-junit4 2.12.0 2.13.1
com.google.protobuf:protobuf-java 4.33.2 4.35.1
com.google.protobuf:protobuf-java-util 4.33.2 4.35.1
com.google.dagger:dagger 2.50 2.60
com.google.dagger:dagger-producers 2.50 2.60
com.ibm.icu:icu4j 74.2 78.3
joda-time:joda-time 2.12.5 2.14.2
org.easymock:easymock 5.2.0 5.6.0
org.threeten:threeten-extra 1.7.2 1.10.0
com.google.flogger:flogger 0.7.4 0.9
kr.motd.maven:os-maven-plugin 1.7.0 1.7.1
org.yaml:snakeyaml 2.2 2.6
com.github.spullara.mustache.java:compiler 0.9.11 0.9.14
com.google.code.gson:gson 2.10.1 2.14.0
org.codehaus.mojo:exec-maven-plugin 3.0.0 3.6.3

Updates org.apache.maven.plugins:maven-shade-plugin from 2.1 to 3.6.2

Release notes

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

3.6.2

🐛 Bug Fixes

  • Bug: Extra JARs and Artifacts were not subjected to filtering (#785) @​cstamas

👻 Maintenance

📦 Dependency updates

3.6.1

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • ad8de59 [maven-release-plugin] prepare release maven-shade-plugin-3.6.2
  • 8eb19dc Drop unneeded dependencies (#788)
  • 397b2cd Drop excessive dependencies (#786)
  • eca6398 Bug: Extra JARs and Artifacts were not subjected to filtering (#785)
  • 7edce17 Update to parent POM v 47 (#781)
  • 3171a34 Mockito improvements (#783)
  • 678844b Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#782)
  • 73ec909 Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 (#780)
  • 5f7a877 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#778)
  • 73c5247 chore: remove junit3 reference (#762)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.0.0 to 3.6.3

Release notes

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

3.6.3

🚀 New features and improvements

  • Make bannedDependencies report root and transitive dependency in case both are banned. (#940) @​hvoynov
  • Add enforceBytecodeVersion rule based on mojohaus (#968) @​cstamas
  • Improve formatting of deprecated API warning (#951) @​mthmulders

🐛 Bug Fixes

📝 Documentation updates

  • Document the banMavenDefaults option for the requirePluginVersions rule. (#936) @​rpkrajewski

👻 Maintenance

📦 Dependency updates

3.6.2

🐛 Bug Fixes

... (truncated)

Commits
  • c7daff3 [maven-release-plugin] prepare release enforcer-3.6.3
  • ee46e78 Make bannedDependencies report root and transitive dependency in case both ar...
  • 0806924 Document the banMavenDefaults option for the requirePluginVersions rule. (#936)
  • 8e4f5b9 Add better enforceBytecodeVersion rule based on mojohaus (#968)
  • fd4b148 Add fix for 21.0.10.0.1 issue (#967)
  • f32d597 Deps: Parent POM 48 and align deps (#979)
  • df0f2a6 Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (#976)
  • 2da7a68 Add null checks for modelId in PluginWrapper
  • 91eb4d9 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#975)
  • b622245 Bump mavenVersion from 3.9.14 to 3.9.15 (#973)
  • Additional commits viewable in compare view

Updates biz.aQute.bnd:bnd-maven-plugin from 6.4.0 to 7.3.0

Release notes

Sourced from biz.aQute.bnd:bnd-maven-plugin's releases.

Bnd/Bndtools 7.3.0

See Release Notes

Bnd/Bndtools 7.2.3

This release fixes a mistake of previous 7.2.2. It does not contain any functional changes, but only a deprecation warning in the build if you are using the Sonatype Publishing feature. Other than that it is equal to 7.2.1

See Release Notes.

Full Changelog: bndtools/bnd@7.2.2...7.2.3

Bnd/Bndtools 7.2.2

Please ignore this release. We made a mistake, which we corrected in the next one.

See Release Notes.

Full Changelog: bndtools/bnd@7.2.1...7.2.2

Bnd/Bndtools 7.2.1

See Release Notes.

Full Changelog: bndtools/bnd@7.2.0...7.2.1

Bnd/Bndtools 7.2.0

See Release Notes.

What's Changed

... (truncated)

Commits
  • bf5b578 build: Build Release 7.3.0
  • 86529ea docs: auto-generated content
  • 02de52f Docs: Add HTTP headers override section
  • 002a72e Set explicit headers before defaults and refine logging
  • caa5827 Do not overwrite existing request properties
  • d9e8e96 fix build and Sonatype upload issues
  • 90e8d8b Merge pull request #7216 from kwin/patch-8
  • 0c7dfa4 Fix heading level
  • 72b494a Merge pull request #7212 from bndtools/dependabot/github_actions/ruby/setup-r...
  • 77fe017 Merge pull request #7213 from bndtools/dependabot/maven/maven-plugins/org.apa...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-jar-plugin from 3.2.2 to 3.5.0

Release notes

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

3.5.0

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

🔧 Build

📦 Dependency updates

3.4.2

🐛 Bug Fixes

... (truncated)

Commits
  • 68d00f1 [maven-release-plugin] prepare release maven-jar-plugin-3.5.0
  • 357b9bf Update site descriptor to 2.0.0
  • 340249c Fix detecting java version for toolchains and JDK 1.8
  • 06a6245 chore: remove junit3 references
  • d302b2c Bump commons-io:commons-io from 2.20.0 to 2.21.0
  • 6081bdb Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
  • ef8ed4c Migrate component injection to JSR-330
  • 704a35c Ignore stderr when parsing javac version from toolchain (#471)
  • 0beb969 Use maven-plugin-testing-harness version 3.4.0
  • c2624c8 Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#488)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 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.plugins:maven-compiler-plugin from 3.13.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-source-plugin from 2.1.2 to 3.4.0

Release notes

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

3.4.0

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

3.3.1

What's Changed

Bumps the dependencies group with 47 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `2.1` | `3.6.2` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.0.0` | `3.6.3` |
| [biz.aQute.bnd:bnd-maven-plugin](https://github.com/bndtools/bnd) | `6.4.0` | `7.3.0` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.2.2` | `3.5.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.2` | `3.12.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.15.0` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `2.1.2` | `3.4.0` |
| [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) | `3.10.0` | `3.22.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.0` | `3.5.6` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.8.0` | `0.11.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `1.6` | `3.2.8` |
| [io.github.java-diff-utils:java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) | `4.12` | `4.17` |
| [com.google.auto.value:auto-value-annotations](https://github.com/google/auto) | `1.9` | `1.11.1` |
| [com.google.auto.value:auto-value](https://github.com/google/auto) | `1.9` | `1.11.1` |
| [org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) | `2.2` | `3.0` |
| [com.google.truth:truth](https://github.com/google/truth) | `1.4.0` | `1.4.5` |
| com.google.truth.extensions:truth-java8-extension | `1.4.0` | `1.4.5` |
| com.google.truth.extensions:truth-proto-extension | `1.4.0` | `1.4.5` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `4.9.0` | `5.23.0` |
| [com.google.guava:guava-testlib](https://github.com/google/guava) | `33.5.0-jre` | `33.6.0-jre` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.5.0-jre` | `33.6.0-jre` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.0.5` | `3.2.4` |
| [com.google.jimfs:jimfs](https://github.com/google/jimfs) | `1.3.0` | `1.3.1` |
| [com.google.auto.service:auto-service](https://github.com/google/auto) | `1.0.1` | `1.1.1` |
| [com.google.auto.service:auto-service-annotations](https://github.com/google/auto) | `1.0.1` | `1.1.1` |
| [org.hamcrest:hamcrest-library](https://github.com/hamcrest/JavaHamcrest) | `2.2` | `3.0` |
| [org.pcollections:pcollections](https://github.com/hrldcpr/pcollections) | `4.0.1` | `5.0.0` |
| [com.google.inject:guice](https://github.com/google/guice) | `5.1.0` | `7.0.0` |
| com.google.inject.extensions:guice-assistedinject | `5.1.0` | `7.0.0` |
| com.google.inject.extensions:guice-servlet | `5.1.0` | `7.0.0` |
| com.google.inject.extensions:guice-testlib | `5.1.0` | `7.0.0` |
| [org.jmock:jmock](https://github.com/jmock-developers/jmock-library) | `2.12.0` | `2.13.1` |
| [org.jmock:jmock-junit4](https://github.com/jmock-developers/jmock-library) | `2.12.0` | `2.13.1` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.33.2` | `4.35.1` |
| com.google.protobuf:protobuf-java-util | `4.33.2` | `4.35.1` |
| [com.google.dagger:dagger](https://github.com/google/dagger) | `2.50` | `2.60` |
| [com.google.dagger:dagger-producers](https://github.com/google/dagger) | `2.50` | `2.60` |
| [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) | `74.2` | `78.3` |
| [joda-time:joda-time](https://github.com/JodaOrg/joda-time) | `2.12.5` | `2.14.2` |
| [org.easymock:easymock](https://github.com/easymock/easymock) | `5.2.0` | `5.6.0` |
| [org.threeten:threeten-extra](https://github.com/ThreeTen/threeten-extra) | `1.7.2` | `1.10.0` |
| [com.google.flogger:flogger](https://github.com/google/flogger) | `0.7.4` | `0.9` |
| [kr.motd.maven:os-maven-plugin](https://github.com/trustin/os-maven-plugin) | `1.7.0` | `1.7.1` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.2` | `2.6` |
| [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) | `0.9.11` | `0.9.14` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.10.1` | `2.14.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.0.0` | `3.6.3` |



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

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

Updates `biz.aQute.bnd:bnd-maven-plugin` from 6.4.0 to 7.3.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@6.4.0...7.3.0)

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

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

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

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

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

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

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

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

Updates `io.github.java-diff-utils:java-diff-utils` from 4.12 to 4.17
- [Release notes](https://github.com/java-diff-utils/java-diff-utils/releases)
- [Changelog](https://github.com/java-diff-utils/java-diff-utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/java-diff-utils/java-diff-utils/commits)

Updates `com.google.auto.value:auto-value-annotations` from 1.9 to 1.11.1
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.9...auto-value-1.11.1)

Updates `com.google.auto.value:auto-value` from 1.9 to 1.11.1
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.9...auto-value-1.11.1)

Updates `org.hamcrest:hamcrest-core` from 2.2 to 3.0
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](hamcrest/JavaHamcrest@v2.2...v3.0)

Updates `com.google.truth:truth` from 1.4.0 to 1.4.5
- [Release notes](https://github.com/google/truth/releases)
- [Commits](google/truth@v1.4.0...v1.4.5)

Updates `com.google.truth.extensions:truth-java8-extension` from 1.4.0 to 1.4.5

Updates `com.google.truth.extensions:truth-proto-extension` from 1.4.0 to 1.4.5

Updates `com.google.truth.extensions:truth-java8-extension` from 1.4.0 to 1.4.5

Updates `org.mockito:mockito-core` from 4.9.0 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.9.0...v5.23.0)

Updates `com.google.guava:guava-testlib` from 33.5.0-jre to 33.6.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.google.guava:guava` from 33.5.0-jre to 33.6.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.github.ben-manes.caffeine:caffeine` from 3.0.5 to 3.2.4
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.0.5...v3.2.4)

Updates `com.google.jimfs:jimfs` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/google/jimfs/releases)
- [Commits](google/jimfs@v1.3.0...v1.3.1)

Updates `com.google.auto.value:auto-value` from 1.9 to 1.11.1
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.9...auto-value-1.11.1)

Updates `com.google.auto.service:auto-service` from 1.0.1 to 1.1.1
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-common-1.0.1...auto-service-1.1.1)

Updates `com.google.auto.service:auto-service-annotations` from 1.0.1 to 1.1.1
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-common-1.0.1...auto-service-1.1.1)

Updates `org.hamcrest:hamcrest-library` from 2.2 to 3.0
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](hamcrest/JavaHamcrest@v2.2...v3.0)

Updates `org.pcollections:pcollections` from 4.0.1 to 5.0.0
- [Changelog](https://github.com/hrldcpr/pcollections/blob/master/CHANGELOG.md)
- [Commits](hrldcpr/pcollections@v4.0.1...v5.0.0)

Updates `com.google.guava:guava` from 33.5.0-jre to 33.6.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.google.truth.extensions:truth-proto-extension` from 1.4.0 to 1.4.5

Updates `com.google.inject:guice` from 5.1.0 to 7.0.0
- [Release notes](https://github.com/google/guice/releases)
- [Commits](google/guice@5.1.0...7.0.0)

Updates `com.google.inject.extensions:guice-assistedinject` from 5.1.0 to 7.0.0

Updates `com.google.inject.extensions:guice-servlet` from 5.1.0 to 7.0.0

Updates `com.google.inject.extensions:guice-testlib` from 5.1.0 to 7.0.0

Updates `org.jmock:jmock` from 2.12.0 to 2.13.1
- [Release notes](https://github.com/jmock-developers/jmock-library/releases)
- [Commits](jmock-developers/jmock-library@2.12.0...2.13.1)

Updates `org.jmock:jmock-junit4` from 2.12.0 to 2.13.1
- [Release notes](https://github.com/jmock-developers/jmock-library/releases)
- [Commits](jmock-developers/jmock-library@2.12.0...2.13.1)

Updates `com.google.protobuf:protobuf-java` from 4.33.2 to 4.35.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `com.google.protobuf:protobuf-java-util` from 4.33.2 to 4.35.1

Updates `com.google.dagger:dagger` from 2.50 to 2.60
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.50...dagger-2.60)

Updates `com.google.dagger:dagger-producers` from 2.50 to 2.60
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.50...dagger-2.60)

Updates `com.google.protobuf:protobuf-java-util` from 4.33.2 to 4.35.1

Updates `com.ibm.icu:icu4j` from 74.2 to 78.3
- [Release notes](https://github.com/unicode-org/icu/releases)
- [Commits](https://github.com/unicode-org/icu/commits/release-78.3)

Updates `com.google.auto.service:auto-service-annotations` from 1.0.1 to 1.1.1
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-common-1.0.1...auto-service-1.1.1)

Updates `joda-time:joda-time` from 2.12.5 to 2.14.2
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)
- [Commits](JodaOrg/joda-time@v2.12.5...v2.14.2)

Updates `org.easymock:easymock` from 5.2.0 to 5.6.0
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](easymock/easymock@easymock-5.2.0...easymock-5.6.0)

Updates `org.threeten:threeten-extra` from 1.7.2 to 1.10.0
- [Release notes](https://github.com/ThreeTen/threeten-extra/releases)
- [Commits](ThreeTen/threeten-extra@v1.7.2...v1.10.0)

Updates `com.google.flogger:flogger` from 0.7.4 to 0.9
- [Release notes](https://github.com/google/flogger/releases)
- [Commits](google/flogger@flogger-0.7.4...flogger-0.9)

Updates `kr.motd.maven:os-maven-plugin` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/trustin/os-maven-plugin/releases)
- [Commits](trustin/os-maven-plugin@os-maven-plugin-1.7.0...os-maven-plugin-1.7.1)

Updates `org.yaml:snakeyaml` from 2.2 to 2.6
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.2)

Updates `com.github.spullara.mustache.java:compiler` from 0.9.11 to 0.9.14
- [Commits](spullara/mustache.java@mustache.java-0.9.11...mustache.java-0.9.14)

Updates `com.google.code.gson:gson` from 2.10.1 to 2.14.0
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.14.0)

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

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: biz.aQute.bnd:bnd-maven-plugin
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- 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: dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-version: 3.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- 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: dependencies
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-site-plugin
  dependency-version: 3.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-version: 3.2.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.github.java-diff-utils:java-diff-utils
  dependency-version: '4.17'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.auto.value:auto-value-annotations
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.auto.value:auto-value
  dependency-version: 1.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.hamcrest:hamcrest-core
  dependency-version: '3.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.google.truth:truth
  dependency-version: 1.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.truth.extensions:truth-java8-extension
  dependency-version: 1.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.truth.extensions:truth-proto-extension
  dependency-version: 1.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.truth.extensions:truth-java8-extension
  dependency-version: 1.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.google.guava:guava-testlib
  dependency-version: 33.6.0-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-version: 33.6.0-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-version: 3.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.jimfs:jimfs
  dependency-version: 1.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.auto.value:auto-value
  dependency-version: 1.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.auto.service:auto-service
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.auto.service:auto-service-annotations
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.hamcrest:hamcrest-library
  dependency-version: '3.0'
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.pcollections:pcollections
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-version: 33.6.0-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.truth.extensions:truth-proto-extension
  dependency-version: 1.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.inject:guice
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.google.inject.extensions:guice-assistedinject
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.google.inject.extensions:guice-servlet
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.google.inject.extensions:guice-testlib
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.jmock:jmock
  dependency-version: 2.13.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jmock:jmock-junit4
  dependency-version: 2.13.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-version: 4.35.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.dagger:dagger
  dependency-version: '2.60'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.dagger:dagger-producers
  dependency-version: '2.60'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-version: 4.35.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.ibm.icu:icu4j
  dependency-version: '78.3'
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.google.auto.service:auto-service-annotations
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: joda-time:joda-time
  dependency-version: 2.14.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.easymock:easymock
  dependency-version: 5.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.threeten:threeten-extra
  dependency-version: 1.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.flogger:flogger
  dependency-version: '0.9'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: kr.motd.maven:os-maven-plugin
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.yaml:snakeyaml
  dependency-version: '2.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.spullara.mustache.java:compiler
  dependency-version: 0.9.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- 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: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 26, 2026
copybara-service Bot pushed a commit that referenced this pull request Jun 26, 2026
Bumps the dependencies group with 47 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `2.1` | `3.6.2` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.0.0` | `3.6.3` |
| [biz.aQute.bnd:bnd-maven-plugin](https://github.com/bndtools/bnd) | `6.4.0` | `7.3.0` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.2.2` | `3.5.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.2` | `3.12.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.15.0` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `2.1.2` | `3.4.0` |
| [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) | `3.10.0` | `3.22.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.0` | `3.5.6` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.8.0` | `0.11.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `1.6` | `3.2.8` |
| [io.github.java-diff-utils:java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) | `4.12` | `4.17` |
| [com.google.auto.value:auto-value-annotations](https://github.com/google/auto) | `1.9` | `1.11.1` |
| [com.google.auto.value:auto-value](https://github.com/google/auto) | `1.9` | `1.11.1` |
| [org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) | `2.2` | `3.0` |
| [com.google.truth:truth](https://github.com/google/truth) | `1.4.0` | `1.4.5` |
| com.google.truth.extensions:truth-java8-extension | `1.4.0` | `1.4.5` |
| com.google.truth.extensions:truth-proto-extension | `1.4.0` | `1.4.5` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `4.9.0` | `5.23.0` |
| [com.google.guava:guava-testlib](https://github.com/google/guava) | `33.5.0-jre` | `33.6.0-jre` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.5.0-jre` | `33.6.0-jre` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.0.5` | `3.2.4` |
| [com.google.jimfs:jimfs](https://github.com/google/jimfs) | `1.3.0` | `1.3.1` |
| [com.google.auto.service:auto-service](https://github.com/google/auto) | `1.0.1` | `1.1.1` |
| [com.google.auto.service:auto-service-annotations](https://github.com/google/auto) | `1.0.1` | `1.1.1` |
| [org.hamcrest:hamcrest-library](https://github.com/hamcrest/JavaHamcrest) | `2.2` | `3.0` |
| [org.pcollections:pcollections](https://github.com/hrldcpr/pcollections) | `4.0.1` | `5.0.0` |
| [com.google.inject:guice](https://github.com/google/guice) | `5.1.0` | `7.0.0` |
| com.google.inject.extensions:guice-assistedinject | `5.1.0` | `7.0.0` |
| com.google.inject.extensions:guice-servlet | `5.1.0` | `7.0.0` |
| com.google.inject.extensions:guice-testlib | `5.1.0` | `7.0.0` |
| [org.jmock:jmock](https://github.com/jmock-developers/jmock-library) | `2.12.0` | `2.13.1` |
| [org.jmock:jmock-junit4](https://github.com/jmock-developers/jmock-library) | `2.12.0` | `2.13.1` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.33.2` | `4.35.1` |
| com.google.protobuf:protobuf-java-util | `4.33.2` | `4.35.1` |
| [com.google.dagger:dagger](https://github.com/google/dagger) | `2.50` | `2.60` |
| [com.google.dagger:dagger-producers](https://github.com/google/dagger) | `2.50` | `2.60` |
| [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) | `74.2` | `78.3` |
| [joda-time:joda-time](https://github.com/JodaOrg/joda-time) | `2.12.5` | `2.14.2` |
| [org.easymock:easymock](https://github.com/easymock/easymock) | `5.2.0` | `5.6.0` |
| [org.threeten:threeten-extra](https://github.com/ThreeTen/threeten-extra) | `1.7.2` | `1.10.0` |
| [com.google.flogger:flogger](https://github.com/google/flogger) | `0.7.4` | `0.9` |
| [kr.motd.maven:os-maven-plugin](https://github.com/trustin/os-maven-plugin) | `1.7.0` | `1.7.1` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.2` | `2.6` |
| [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) | `0.9.11` | `0.9.14` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.10.1` | `2.14.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.0.0` | `3.6.3` |

Fixes #5916

FUTURE_COPYBARA_INTEGRATE_REVIEW=#5916 from google:dependabot/maven/dependencies-3a515ac1cb 5773f27
PiperOrigin-RevId: 938755694
copybara-service Bot pushed a commit that referenced this pull request Jun 26, 2026
Bumps the dependencies group with 47 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `2.1` | `3.6.2` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.0.0` | `3.6.3` |
| [biz.aQute.bnd:bnd-maven-plugin](https://github.com/bndtools/bnd) | `6.4.0` | `7.3.0` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.2.2` | `3.5.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.2` | `3.12.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.15.0` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `2.1.2` | `3.4.0` |
| [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) | `3.10.0` | `3.22.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.0` | `3.5.6` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.8.0` | `0.11.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `1.6` | `3.2.8` |
| [io.github.java-diff-utils:java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) | `4.12` | `4.17` |
| [com.google.auto.value:auto-value-annotations](https://github.com/google/auto) | `1.9` | `1.11.1` |
| [com.google.auto.value:auto-value](https://github.com/google/auto) | `1.9` | `1.11.1` |
| [org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) | `2.2` | `3.0` |
| [com.google.truth:truth](https://github.com/google/truth) | `1.4.0` | `1.4.5` |
| com.google.truth.extensions:truth-java8-extension | `1.4.0` | `1.4.5` |
| com.google.truth.extensions:truth-proto-extension | `1.4.0` | `1.4.5` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `4.9.0` | `5.23.0` |
| [com.google.guava:guava-testlib](https://github.com/google/guava) | `33.5.0-jre` | `33.6.0-jre` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.5.0-jre` | `33.6.0-jre` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.0.5` | `3.2.4` |
| [com.google.jimfs:jimfs](https://github.com/google/jimfs) | `1.3.0` | `1.3.1` |
| [com.google.auto.service:auto-service](https://github.com/google/auto) | `1.0.1` | `1.1.1` |
| [com.google.auto.service:auto-service-annotations](https://github.com/google/auto) | `1.0.1` | `1.1.1` |
| [org.hamcrest:hamcrest-library](https://github.com/hamcrest/JavaHamcrest) | `2.2` | `3.0` |
| [org.pcollections:pcollections](https://github.com/hrldcpr/pcollections) | `4.0.1` | `5.0.0` |
| [com.google.inject:guice](https://github.com/google/guice) | `5.1.0` | `7.0.0` |
| com.google.inject.extensions:guice-assistedinject | `5.1.0` | `7.0.0` |
| com.google.inject.extensions:guice-servlet | `5.1.0` | `7.0.0` |
| com.google.inject.extensions:guice-testlib | `5.1.0` | `7.0.0` |
| [org.jmock:jmock](https://github.com/jmock-developers/jmock-library) | `2.12.0` | `2.13.1` |
| [org.jmock:jmock-junit4](https://github.com/jmock-developers/jmock-library) | `2.12.0` | `2.13.1` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.33.2` | `4.35.1` |
| com.google.protobuf:protobuf-java-util | `4.33.2` | `4.35.1` |
| [com.google.dagger:dagger](https://github.com/google/dagger) | `2.50` | `2.60` |
| [com.google.dagger:dagger-producers](https://github.com/google/dagger) | `2.50` | `2.60` |
| [com.ibm.icu:icu4j](https://github.com/unicode-org/icu) | `74.2` | `78.3` |
| [joda-time:joda-time](https://github.com/JodaOrg/joda-time) | `2.12.5` | `2.14.2` |
| [org.easymock:easymock](https://github.com/easymock/easymock) | `5.2.0` | `5.6.0` |
| [org.threeten:threeten-extra](https://github.com/ThreeTen/threeten-extra) | `1.7.2` | `1.10.0` |
| [com.google.flogger:flogger](https://github.com/google/flogger) | `0.7.4` | `0.9` |
| [kr.motd.maven:os-maven-plugin](https://github.com/trustin/os-maven-plugin) | `1.7.0` | `1.7.1` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.2` | `2.6` |
| [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) | `0.9.11` | `0.9.14` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.10.1` | `2.14.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.0.0` | `3.6.3` |

Fixes #5916

FUTURE_COPYBARA_INTEGRATE_REVIEW=#5916 from google:dependabot/maven/dependencies-3a515ac1cb 5773f27
PiperOrigin-RevId: 938755694
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/maven/dependencies-3a515ac1cb branch June 26, 2026 21:42
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.

1 participant