Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the maven group with 15 updates:

Package From To
com.google.errorprone:error_prone_core 2.42.0 2.43.0
org.apache.maven.plugins:maven-enforcer-plugin 3.6.1 3.6.2
org.apache.maven.plugins:maven-artifact-plugin 3.6.0 3.6.1
org.apache.maven.plugins:maven-antrun-plugin 3.1.0 3.2.0
com.github.siom79.japicmp:japicmp-maven-plugin 0.23.1 0.24.2
org.codehaus.mojo:animal-sniffer-maven-plugin 1.24 1.26
com.google.errorprone:error_prone_annotations 2.42.0 2.43.0
com.guardsquare:proguard-base 7.7.0 7.8.1
com.guardsquare:proguard-core 9.1.10 9.2.0
org.junit:junit-bom 6.0.0 6.0.1
org.graalvm.buildtools:native-maven-plugin 0.11.1 0.11.2
org.codehaus.mojo:exec-maven-plugin 3.6.1 3.6.2
com.fasterxml.jackson.core:jackson-databind 2.20.0 2.20.1
com.google.protobuf:protobuf-java 4.32.1 4.33.0
io.github.ascopes:protobuf-maven-plugin 3.1.0 4.0.1

Updates com.google.errorprone:error_prone_core from 2.42.0 to 2.43.0

Release notes

Sourced from com.google.errorprone:error_prone_core's releases.

Error Prone 2.43.0

The minimum support JDK version to run Error Prone is now JDK 21 (google/error-prone#4867).

Changes:

  • -XepPatchChecks now skips disabled checks (#4943)
  • AndroidJdkLibsChecker has been removed, the recommended replacement for Android code is Android Lint's NewApi check

New checks:

Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239

Full changelog: google/error-prone@v2.42.0...v2.43.0

Commits
  • abec9b6 Release Error Prone 2.43.0
  • a97374a Upgrade Java version from 17 to 21 in release workflow
  • 5882a43 Update release.yml
  • 851e0b0 Remove obsolete uses of reflection from Error Prone
  • 344e3dc Remove an obsolete use of reflection
  • 5f46e62 Fix a typo (wrong quotation mark).
  • de7d191 Update IncorrectMainMethod documentation in light of JEP512.
  • 09c78e0 Remove an obsolete TODO
  • 17c271e Turn down AndroidJdkLibsChecker
  • 0ae79f5 Add tests for subtypes of Immutable and ThreadSafe classes
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2

Release notes

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

3.6.2

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 82ba770 [maven-release-plugin] prepare release enforcer-3.6.2
  • 5313c70 Bump m-invoker-p to 3.9.1
  • ee5abee Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0
  • 6c5a152 Bump org.assertj:assertj-core from 3.27.5 to 3.27.6
  • 89ccb70 Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#931)
  • 03ed82d Update Version Ranges link in site.xml (#926)
  • d282dc4 Fixes #920 - Remove usage of Stack
  • 27e1f46 Use SessionData for cache storage (#930)
  • a1bac9b Fix formatting typo in dependencyConvergence.apt.vm
  • 870a1ed Correct support parameters documentation for banned repositories rule
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-artifact-plugin from 3.6.0 to 3.6.1

Release notes

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

3.6.1

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 952a8a5 [maven-release-plugin] prepare release maven-artifact-plugin-3.6.1
  • 399a976 compare show missing reference files (#189)
  • 5e08b94 copy aggregate compare only on last (#188)
  • 2c6baa3 Bump m-invoker-plugin for Java 25
  • d209730 Added missing key and version
  • db39d45 Bump org.apache.maven.plugins:maven-plugins from 43 to 45
  • 320f599 improve summary: promote diffoscope in .buildcompare (#187)
  • 94e991c clarify auto-detect skip vs skipModules
  • 066a558 describe Shields.io usage
  • 0f25c78 drop SCM warn on SNAPSHOT: confusing
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-antrun-plugin from 3.1.0 to 3.2.0

Release notes

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

3.2.0

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • d8a5220 [maven-release-plugin] prepare release maven-antrun-plugin-3.2.0
  • a049c4d Refresh download page, use site descriptor 2.0
  • 3e2fbe1 Add tag-template to release-drafter
  • 43af127 Add hacktoberfest label to project
  • cc0189a Run ci also with Maven 4
  • ff42558 Bump Maven to 3.9.11 and keep prerequisites at 3.6.3
  • 17c406c Bump version.xmlunit from 2.10.3 to 2.10.4 (#338)
  • a313597 feat: enable prevent branch protection rules
  • e0127c7 Bump org.apache.maven.plugins:maven-plugins from 44 to 45
  • 565754c fix
  • Additional commits viewable in compare view

Updates com.github.siom79.japicmp:japicmp-maven-plugin from 0.23.1 to 0.24.2

Commits
  • 9954b2c [maven-release-plugin] prepare release japicmp-base-0.24.2
  • 0f19373 upgraded version in *.md files to 0.24.2
  • 253e615 #439 ReleaseNotes.md
  • d486a99 #439 remove phase for maven goal helpmojo
  • c625d4d Merge pull request #440 from siom79/438-failure-with-method_abstract_added_in...
  • ea1ddf0 #438 add another test in GenericsTest
  • 831085c #438 add GenericsTest
  • 1b4792b #438 hasSameParameter() uses template parameter
  • a54a58d Merge pull request #437 from siom79/426-snapshot
  • 6b35dd5 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.26

Release notes

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

1.26

📦 Dependency updates

Commits
  • a2d9596 [maven-release-plugin] prepare release animal-sniffer-1.26
  • 8ddba10 Bump org.apache.maven.enforcer:enforcer-api from 3.6.1 to 3.6.2
  • 9769fed Bump org.ow2.asm:asm from 9.8 to 9.9
  • 9068888 Bump org.codehaus.mojo:mojo-parent from 93 to 94
  • e551156 Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1
  • ae8fee6 Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0
  • 7077f45 Bump org.codehaus.mojo:mojo-parent from 92 to 93
  • 7e996d8 Bump org.apache.maven.enforcer:enforcer-api from 3.5.0 to 3.6.1
  • 3a1de2d Bump org.apache.commons:commons-lang3 in /animal-sniffer-maven-plugin
  • 9f6d51f Bump org.codehaus.mojo:mojo-parent from 91 to 92
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_annotations from 2.42.0 to 2.43.0

Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.43.0

The minimum support JDK version to run Error Prone is now JDK 21 (google/error-prone#4867).

Changes:

  • -XepPatchChecks now skips disabled checks (#4943)
  • AndroidJdkLibsChecker has been removed, the recommended replacement for Android code is Android Lint's NewApi check

New checks:

Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239

Full changelog: google/error-prone@v2.42.0...v2.43.0

Commits
  • abec9b6 Release Error Prone 2.43.0
  • a97374a Upgrade Java version from 17 to 21 in release workflow
  • 5882a43 Update release.yml
  • 851e0b0 Remove obsolete uses of reflection from Error Prone
  • 344e3dc Remove an obsolete use of reflection
  • 5f46e62 Fix a typo (wrong quotation mark).
  • de7d191 Update IncorrectMainMethod documentation in light of JEP512.
  • 09c78e0 Remove an obsolete TODO
  • 17c271e Turn down AndroidJdkLibsChecker
  • 0ae79f5 Add tests for subtypes of Immutable and ThreadSafe classes
  • Additional commits viewable in compare view

Updates com.guardsquare:proguard-base from 7.7.0 to 7.8.1

Release notes

Sourced from com.guardsquare:proguard-base's releases.

v7.8.1

Bugfixes

  • Prevent java.lang.IncompatibleClassChangeError when shrinking is enabled and sealed interfaces are used (#501).
  • Prevent java.lang.ClassCastException when inlining (#505).

v7.8

Kotlin support

  • Add support for Kotlin 2.2.

Java support

  • Add support for Java 25. (#481)
Commits
  • 7a76843 Add release note
  • d2170ba Use StructuredLineNumberInfo in LineNumberLinearizer
  • 6dfd878 Run InterfaceUsageMarker before NestUsageMarker to prevent missing marking of...
  • 869ce15 Update dependency, update samples, update release notes for 7.8
  • 124b33e Bump ProGuard to 7.8.0 and ProGuardCORE to 9.2.0
  • b8a62c8 Bump Nexus publish plugin version
  • 8864778 Temporarily downgrade version in examples until release is properly done
  • 7fc907d Update ProGuardCORE version to support Kotlin 2.2
  • b10346b Upgrade and cleanup ci configuration (#492)
  • f2ced20 Fix ktlint issue in ClassUsageMarkerTest
  • Additional commits viewable in compare view

Updates com.guardsquare:proguard-core from 9.1.10 to 9.2.0

Release notes

Sourced from com.guardsquare:proguard-core's releases.

9.2.0

API changes for line number handling

  • Add new StructuredLineNumberInfo class.
  • Deprecate ExtendedLineNumberInfo class.
  • Adapt utilities to generate StructuredLineNumberInfo instead of ExtendedLineNumberInfo.

Java support

  • Update maximum supported Java class version to 69.65535 (Java 25).

Bugfixes

  • Prevent error when building with maven where the dependency "kotlin-stdlib-common" could not be found.

9.1.11

Kotlin support

  • Add support for processing Kotlin 2.2 metadata.
Commits
  • bdec6e9 Bump PGCore to 9.2.0
  • 0cb929a Remove redundant Kotlin dependency
  • ac04503 Use different magic line number
  • f4fb39e Update Kotlin dependencies
  • 26e9da0 Add InstructionSequenceFilter
  • 56fe20a Read libraryClassPool in ClassPools pair lazily
  • 1c031f4 Improve ClassPoolBuilder.fromSource performance
  • 4b787f8 Deprecate match() in favour of shouldMatch() / shouldNotMatch()
  • 352f23e Support java 25
  • fcc119a CodeAttributeEditor and line number improvements
  • Additional commits viewable in compare view

Updates org.junit:junit-bom from 6.0.0 to 6.0.1

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

Commits

Updates org.graalvm.buildtools:native-maven-plugin from 0.11.1 to 0.11.2

Release notes

Sourced from org.graalvm.buildtools:native-maven-plugin's releases.

0.11.2

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@0.11.1...0.11.2

Commits
  • c467081 Create release 0.11.2
  • e7bb756 Merge pull request #783 from n0tl3ss/add-missing-junit-classes
  • 154f9ff add missing junit classes
  • c808b8d Merge pull request #720 from hgschmie/maven-switches
  • 3f4b698 add documentation for new maven switches
  • c95afed add functional tests for new maven switches
  • 1b58afc fix junit missing classes from initialize-at-buildtime #780 (#781)
  • bf76ce7 add changelog entries for new maven switches
  • 6494d23 Adds two new switches to the maven test goal
  • 2723791 bump version to 0.11.2 SNAPSHOT
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.6.1 to 3.6.2

Release notes

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

3.6.2

🚀 New features and improvements

📦 Dependency updates

Commits
  • 416fdf1 [maven-release-plugin] prepare release 3.6.2
  • 712e21d [maven-release-plugin] prepare release 3.1.2
  • 9d265a2 Add JPMS ServiceLoader Support with Multi-Release JAR (#500)
  • 1c26293 Bump asm.version from 9.8 to 9.9
  • 6525169 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1

Commits

Updates com.google.protobuf:protobuf-java from 4.32.1 to 4.33.0

Commits

Updates io.github.ascopes:protobuf-maven-plugin from 3.1.0 to 4.0.1

Release notes

Sourced from io.github.ascopes:protobuf-maven-plugin's releases.

v4.0.1

What's Changed

Full Changelog: ascopes/protobuf-maven-plugin@v4.0.0...v4.0.1

v4.0.0

What's Changed

Full Changelog: ascopes/protobuf-maven-plugin@v3.10.2...v4.0.0

v4.0.0-M3

Breaking changes/decision changes for v4.0.0

  • embedSourcesInClassOutputs now defaults to true rather than false.
  • Reinstated the ability to control failure policy for missing sources, by request. This will no longer be considered deprecated for removal and will be present in v4.0.0.

What's Changed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 1, 2025
@eamonnmcmanus
Copy link
Member

@dependabot rebase

Bumps the maven group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.42.0` | `2.43.0` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.6.1` | `3.6.2` |
| [org.apache.maven.plugins:maven-artifact-plugin](https://github.com/apache/maven-artifact-plugin) | `3.6.0` | `3.6.1` |
| [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) | `3.1.0` | `3.2.0` |
| [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.23.1` | `0.24.2` |
| [org.codehaus.mojo:animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) | `1.24` | `1.26` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.42.0` | `2.43.0` |
| [com.guardsquare:proguard-base](https://github.com/Guardsquare/proguard) | `7.7.0` | `7.8.1` |
| [com.guardsquare:proguard-core](https://github.com/Guardsquare/proguard-core) | `9.1.10` | `9.2.0` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` |
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.11.1` | `0.11.2` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.6.1` | `3.6.2` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.20.0` | `2.20.1` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.32.1` | `4.33.0` |
| [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) | `3.1.0` | `4.0.1` |


Updates `com.google.errorprone:error_prone_core` from 2.42.0 to 2.43.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.42.0...v2.43.0)

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

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

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

Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.23.1 to 0.24.2
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](siom79/japicmp@japicmp-base-0.23.1...japicmp-base-0.24.2)

Updates `org.codehaus.mojo:animal-sniffer-maven-plugin` from 1.24 to 1.26
- [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
- [Commits](mojohaus/animal-sniffer@animal-sniffer-1.24...animal-sniffer-1.26)

Updates `com.google.errorprone:error_prone_annotations` from 2.42.0 to 2.43.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.42.0...v2.43.0)

Updates `com.guardsquare:proguard-base` from 7.7.0 to 7.8.1
- [Release notes](https://github.com/Guardsquare/proguard/releases)
- [Commits](Guardsquare/proguard@v7.7...v7.8.1)

Updates `com.guardsquare:proguard-core` from 9.1.10 to 9.2.0
- [Release notes](https://github.com/Guardsquare/proguard-core/releases)
- [Commits](Guardsquare/proguard-core@v9.1.10...v9.2.0)

Updates `org.junit:junit-bom` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)

Updates `org.graalvm.buildtools:native-maven-plugin` from 0.11.1 to 0.11.2
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.11.1...0.11.2)

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

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.google.protobuf:protobuf-java` from 4.32.1 to 4.33.0
- [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 `io.github.ascopes:protobuf-maven-plugin` from 3.1.0 to 4.0.1
- [Release notes](https://github.com/ascopes/protobuf-maven-plugin/releases)
- [Commits](ascopes/protobuf-maven-plugin@v3.1.0...v4.0.1)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_core
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-artifact-plugin
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-antrun-plugin
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
  dependency-version: 0.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.codehaus.mojo:animal-sniffer-maven-plugin
  dependency-version: '1.26'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.guardsquare:proguard-base
  dependency-version: 7.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.guardsquare:proguard-core
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-version: 0.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.github.ascopes:protobuf-maven-plugin
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/maven-8095d1f775 branch from ba0edf8 to eb6a27c Compare November 2, 2025 20:16
@eamonnmcmanus
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 3, 2025
@dependabot dependabot bot deleted the dependabot/maven/maven-8095d1f775 branch November 3, 2025 15:35
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