Bump the maven-build-plugins group across 1 directory with 6 updates#76
Merged
dependabot[bot] merged 1 commit intodevelopfrom Jan 10, 2025
Merged
Conversation
Bumps the maven-build-plugins group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.3.0` | `3.5.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.5.2` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.1` | `3.4.2` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.7.0` | `3.11.2` | | [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `10.0.2` | `11.1.1` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.4` | `3.2.7` | Updates `org.codehaus.mojo:exec-maven-plugin` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.3.0...3.5.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.7.0 to 3.11.2 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.11.2) Updates `org.owasp:dependency-check-maven` from 10.0.2 to 11.1.1 - [Release notes](https://github.com/jeremylong/DependencyCheck/releases) - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](jeremylong/DependencyCheck@v10.0.2...v11.1.1) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.4 to 3.2.7 - [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.7) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins - dependency-name: org.owasp:dependency-check-maven dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@dependabot squash and merge |
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-build-plugins group with 6 updates in the / directory:
3.3.03.5.03.2.53.5.23.4.13.4.23.7.03.11.210.0.211.1.13.2.43.2.7Updates
org.codehaus.mojo:exec-maven-pluginfrom 3.3.0 to 3.5.0Release notes
Sourced from org.codehaus.mojo:exec-maven-plugin's releases.
... (truncated)
Commits
b80d3d6[maven-release-plugin] prepare release 3.5.0226a8ceUpdate site descriptor to 2.0.047eac15#322, enable to control the exec:java interaction with JVM classloader more f...582aed0Bump project version8e7fa52Update src/main/java/org/codehaus/mojo/exec/ExecMojo.javad2bdc9cAdd toolchain java path to environment variables in ExecMojo - added tests an...eb62d78Add toolchain java path to environment variables in ExecMojo - added tests an...8dbbb07Add toolchain java path to environment variables in ExecMojo - added tests an...168b368Add toolchain java path to environment variables in ExecMojo - added tests an...491526aAdd toolchain java path to environment variables in ExecMojo - added tests an...Updates
org.apache.maven.plugins:maven-surefire-pluginfrom 3.2.5 to 3.5.2Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
... (truncated)
Commits
ea9f049[maven-release-plugin] prepare release surefire-3.5.2e1f94a0[SUREFIRE-2276] JUnit5's TestTemplate failures treated as flakes with retriesd24adb4[SUREFIRE-2277] RunResult#getFlakes() is lost during serialisation/deserialis...4385e94Remove links to non-existing report8881971Remove outdated FAQ0121834[SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin91d16c3Fix formatting of XML schema files6cb417aAdd .xsd to .gitattributes9ce5221[SUREFIRE-2282] surefire-report-plugin: Update Introduction documentation page620b983[SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA StackUpdates
org.apache.maven.plugins:maven-jar-pluginfrom 3.4.1 to 3.4.2Release notes
Sourced from org.apache.maven.plugins:maven-jar-plugin's releases.
Commits
95007e8[maven-release-plugin] prepare release maven-jar-plugin-3.4.299584ceBuild with Maven 4e9c98a4[MJAR-310] fixed toolchain version detection when toolchain paths contain whi...a5554bb[maven-release-plugin] prepare for next development iterationUpdates
org.apache.maven.plugins:maven-javadoc-pluginfrom 3.7.0 to 3.11.2Release notes
Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.
... (truncated)
Commits
44cbab7[maven-release-plugin] prepare release maven-javadoc-plugin-3.11.23de45d8use github for scm45ccf06Bump com.thoughtworks.qdox:qdox from 2.1.0 to 2.2.0530fa01[MJAVADOC-823] legacyMode keeps using module-info.java (-sourcedirectory stil...3a16d92Bump commons-io:commons-io from 2.17.0 to 2.18.069c1ba7Migrate from Plexus to Sisu Guice (#341)39857eaRemove usages of deprecated ReaderFactory class (#339)314203a[MJAVADOC-814] handle parameters such packages with multi lines (#337)3bb982drefactor: Replace Plexus AbstractLogEnabled with SLF4J (#338)76826c8[MJAVADOC-822] skippedModules should be more scalable and support regex (#336)Updates
org.owasp:dependency-check-mavenfrom 10.0.2 to 11.1.1Release notes
Sourced from org.owasp:dependency-check-maven's releases.
Changelog
Sourced from org.owasp:dependency-check-maven's changelog.
... (truncated)
Commits
30acb30build: prepare release v11.1.10a4f570docs: update changelog for release 11.1.1cf08e94fix: re-enable issue locking (#7220)09f3fb9build(deps): bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2 (#...a65720ffix: reenable issue locking (#7208)20e344cfix: 7093 add username/password properties to be able to authenticate for cen...6a13d58build(deps): bump org.jsoup:jsoup from 1.18.2 to 1.18.3 (#7205)4655cc7build(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0 (#7170)f85b726build(deps): bump jackson.version from 2.18.1 to 2.18.2 (#7200)a3cfa4fbuild(deps): bump org.jsoup:jsoup from 1.18.1 to 1.18.2 (#7194)Updates
org.apache.maven.plugins:maven-gpg-pluginfrom 3.2.4 to 3.2.7Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
... (truncated)
Commits
43af21c[maven-release-plugin] prepare release maven-gpg-plugin-3.2.78c5a8d2[MGPG-144] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#119)cb5422f[MGPG-143] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to ...6b2a27f[MGPG-136] Windows passphrase corruption (#120)31e87e0[maven-release-plugin] prepare for next development iteration1c9a14c[maven-release-plugin] prepare release maven-gpg-plugin-3.2.6bbe6156Add FAQ for "no pinentry" issue (#118)5b94273[MGPG-141] Remove use of deprecated classes (#117)afdfd28[MGPG-138] Drop direct use of plexus-cipher and secdispatcher (#115)7516e7c[MGPG-140] Update Maven to 3.9.9 (#116)Dependabot 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 will merge this PR once CI passes on it, as requested by @overheadhunter.
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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