chore: bump the maven-plugins group with 7 updates#830
Merged
Conversation
Bumps the maven-plugins group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.1` | `3.15.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.5.5` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.2` | `3.5.0` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.8.0` | `3.12.0` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.4` | `3.2.8` | | [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) | `3.8.0` | `3.10.0` | Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0) 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-jar-plugin` from 3.4.2 to 3.5.0 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.2...maven-jar-plugin-3.5.0) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.8.0 to 3.12.0 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.12.0) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.4 to 3.2.8 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.8) Updates `org.apache.maven.plugins:maven-invoker-plugin` from 3.8.0 to 3.10.0 - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](apache/maven-invoker-plugin@maven-invoker-plugin-3.8.0...maven-invoker-plugin-3.10.0) --- updated-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: maven-plugins - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - 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: maven-plugins - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - 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: maven-plugins - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
jmesnil
approved these changes
Apr 30, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 maven-plugins group with 7 updates:
3.14.13.15.03.1.23.5.53.4.23.5.03.3.13.4.03.8.03.12.03.2.43.2.83.8.03.10.0Updates
org.apache.maven.plugins:maven-compiler-pluginfrom 3.14.1 to 3.15.0Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
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.apache.maven.plugins:maven-surefire-pluginfrom 3.1.2 to 3.5.5Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
... (truncated)
Commits
968cb38[maven-release-plugin] prepare release surefire-3.5.58e7dc41Reapply "Replace runing external process and parsing output with simple Proce...4ced57cRevert "Replace runing external process and parsing output with simple Proces…"8496d9aBump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#3209)68265e5Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#3260)0b19014Replace runing external process and parsing output with simple ProcessHandle ...688f8c4Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258)e5c01a6Build only by the latest Maven on Jenkins (#3255)9c99e97Fix Jenkin badges in README (#3254)20930eaBump parent from 44 to 47 (#3253)Updates
org.apache.maven.plugins:maven-jar-pluginfrom 3.4.2 to 3.5.0Release notes
Sourced from org.apache.maven.plugins:maven-jar-plugin's releases.
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
org.apache.maven.plugins:maven-source-pluginfrom 3.3.1 to 3.4.0Release notes
Sourced from org.apache.maven.plugins:maven-source-plugin's releases.
Commits
ecf937a[maven-release-plugin] prepare release maven-source-plugin-3.4.095b3bf4Revert "[maven-release-plugin] prepare for next development iteration"7a9a770[maven-release-plugin] prepare for next development iteration292c1ceUse plexus-utils version from parentbf79b71Bump m-invoker-p to 3.9.14f3fcb9Bump commons-io:commons-io from 2.20.0 to 2.21.0a867442Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.451c66acBump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5267df46Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3ef85324Bump org.apache.maven.plugin-testing:maven-plugin-testing-harnessUpdates
org.apache.maven.plugins:maven-javadoc-pluginfrom 3.8.0 to 3.12.0Release notes
Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.
... (truncated)
Commits
2a06bed[maven-release-plugin] prepare release maven-javadoc-plugin-3.12.0a71ecf9bump version 3.12.0-SNAPSHOT88f2b71[maven-release-plugin] prepare for next development iteration7e18956[maven-release-plugin] prepare release maven-javadoc-plugin-3.11.4c11b76cIn legacyMode, don't use -sourcepath, unless excludePackageNames is not empty...bc9904bremove fix mojo (#1263)f310135Fixpackage {...} does not existinlegacyMode(#1243)c8270f9detectOfflineLinks is now false per default for all jar mojo issue #1258 ...953e609Delete flaky test (#1260)2bba7a4Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0Updates
org.apache.maven.plugins:maven-gpg-pluginfrom 3.2.4 to 3.2.8Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
... (truncated)
Commits
8a46455[maven-release-plugin] prepare release maven-gpg-plugin-3.2.87012821Fix issueManagement, ciManagement system and urla9a8c84Make empty classifier null (not empty string) (#287)a8368b0Add .mvnf0e45e0Update parent POM to 45 (#284)cb1236cBump bouncycastleVersion from 1.78.1 to 1.80 (#127)5377a10Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#133)8b63932Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.9.0 (#125)54ea518Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.18.2 to 1.19.1a6a412dRemove old JIRA issue linkUpdates
org.apache.maven.plugins:maven-invoker-pluginfrom 3.8.0 to 3.10.0Release notes
Sourced from org.apache.maven.plugins:maven-invoker-plugin's releases.
... (truncated)
Commits
2c9e5f8[maven-release-plugin] prepare release maven-invoker-plugin-3.10.03d2112eImplement simply retry mechanism for failed build jobs (#723)037c5f5Override plexus-utils version to 4.0.3 due to security fix261cd42Bump org.apache.maven.shared:maven-script-interpreter from 1.6 to 1.7 (#727)ddc3123Bump mavenVersion from 3.9.14 to 3.9.15 (#726)1cd272eCleanups - Remove outdated invoker properties configurations in ITs3cc9406Add support for disabling project cloning with "none" value in `cloneProjects...1b371bdSupport for multiple pre-build and post-build scripts for one test099ca83Bump org.apache.groovy:groovy-bom from 4.0.30 to 4.0.31 (#719)1620499Remove old incompatibility notice about report file name from site documentationDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions