-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump the maven-build-plugins group across 1 directory with 8 updates #55
Bump the maven-build-plugins group across 1 directory with 8 updates #55
Conversation
Bumps the maven-build-plugins group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) | `3.3.2` | `3.4.0` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.3.0` | `3.4.1` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.5.0` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.7.0` | `3.10.0` | | [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `10.0.2` | `10.0.3` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.4` | `3.2.5` | | org.sonatype.plugins:nexus-staging-maven-plugin | `1.6.14` | `1.7.0` | | [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.2` | `3.1.3` | Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.3.0 to 3.4.1 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.3.0...3.4.1) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.5.0) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.7.0 to 3.10.0 - [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.10.0) Updates `org.owasp:dependency-check-maven` from 10.0.2 to 10.0.3 - [Release notes](https://github.com/jeremylong/DependencyCheck/releases) - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](jeremylong/DependencyCheck@v10.0.2...v10.0.3) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.4 to 3.2.5 - [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.5) Updates `org.sonatype.plugins:nexus-staging-maven-plugin` from 1.6.14 to 1.7.0 Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins - 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-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-patch 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 - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughThe changes involve updates to the version numbers of several Maven plugin dependencies in the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Maven
participant Plugins
User->>Maven: Initiates build
Maven->>Plugins: Calls updated plugins
Plugins-->>Maven: Returns build results
Maven-->>User: Displays build outcome
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- pom.xml (7 hunks)
Additional comments not posted (8)
pom.xml (8)
41-41
: LGTM!The
dependency-check-maven
plugin has been updated to the latest minor version10.0.3
, which likely includes bug fixes and improvements. Keeping this plugin up to date is a good practice to ensure the latest security vulnerabilities are detected during the build process.
42-42
: LGTM!The
nexus-staging-maven-plugin
has been updated to version1.7.0
, which is a minor version update. This update may introduce new features, enhancements, or bug fixes, and ensures compatibility with the latest version of Nexus.
91-91
: LGTM!The
maven-clean-plugin
has been updated to version3.4.0
, which is a minor version update. This update may introduce new features, improvements, or bug fixes, ensuring the build process uses the latest version of the plugin for cleaning the build directory.
148-148
: LGTM!The
exec-maven-plugin
has been updated to version3.4.1
, which is a minor version update. This update may introduce new features, improvements, or bug fixes, ensuring the build process uses the latest version of the plugin for executing external processes.
202-202
: LGTM!The
maven-surefire-plugin
has been updated to version3.5.0
, which is a minor version update. This update may introduce new features, improvements, or bug fixes, ensuring the build process uses the latest version of the plugin for executing tests.
218-218
: LGTM!The
maven-javadoc-plugin
has been updated to version3.10.0
, which is a minor version update. This update may introduce new features, improvements, or bug fixes, ensuring the build process uses the latest version of the plugin for generating javadocs.
310-310
: LGTM!The
maven-gpg-plugin
has been updated to version3.2.5
, which is a patch version update. This update likely includes bug fixes or minor improvements, ensuring the build process uses the latest version of the plugin for signing artifacts.
371-371
: LGTM!The
maven-deploy-plugin
has been updated to version3.1.3
, which is a patch version update. This update likely includes bug fixes or minor improvements, ensuring the build process uses the latest version of the plugin for deploying artifacts.
@dependabot rebase |
Superseded by #60. |
Bumps the maven-build-plugins group with 8 updates in the / directory:
3.3.2
3.4.0
3.3.0
3.4.1
3.2.5
3.5.0
3.7.0
3.10.0
10.0.2
10.0.3
3.2.4
3.2.5
1.6.14
1.7.0
3.1.2
3.1.3
Updates
org.apache.maven.plugins:maven-clean-plugin
from 3.3.2 to 3.4.0Release notes
Sourced from org.apache.maven.plugins:maven-clean-plugin's releases.
Commits
5774dbc
[maven-release-plugin] prepare release maven-clean-plugin-3.4.00da13b2
[MCLEAN-122] Cleanup declared dependencies, simplify unit test567be96
[MCLEAN-121] Bump com.google.inject:guice from 4.2.0 to 4.2.3 (#41)ae4efa0
[MCLEAN-120] Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.3.0 (#40)a09a379
Build with Maven 4f0aedd5
[MCLEAN-119] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#44)d3b2800
[MCLEAN-106] Switch to junit 5 (#27)7c1593f
[MCLEAN-118] Require Maven 3.6.31e87ea3
Fixed CleanMojoTest.javac21ec13
Loggerinterface BasicUpdates
org.codehaus.mojo:exec-maven-plugin
from 3.3.0 to 3.4.1Release notes
Sourced from org.codehaus.mojo:exec-maven-plugin's releases.
Commits
7b0be2c
[maven-release-plugin] prepare release 3.4.15ac4f80
Environment variable Path should be used as case-insensitivecfb3a9f
Use Maven4 enabled with GH Actiond0ded48
Use shared release drafter GH Action4c22954
Bump org.codehaus.mojo:mojo-parent from 84 to 85a8c4f94
fix: NPE because declared MavenSession field hides field of superclassa2b735f
Remove redundant spotless configuration8e0e83c
[maven-release-plugin] prepare for next development iteration6c4996f
[maven-release-plugin] prepare release 3.4.0c7ad671
Remove Log4j 1.2.x from ITsUpdates
org.apache.maven.plugins:maven-surefire-plugin
from 3.2.5 to 3.5.0Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
... (truncated)
Commits
c78365f
[maven-release-plugin] prepare release surefire-3.5.005e4681
[SUREFIRE-2227] Dynamically calculate xrefTestLocationf1a419a
[SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack5e14d4f
[SUREFIRE-2161] Align Mojo class names and output namesc0784ab
Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.179ea717
[SUREFIRE-2256] Upgrade to Parent 434648b47
add Reproducible Builds badgef64c1b3
[maven-release-plugin] prepare for next development iteration3ae062d
[maven-release-plugin] prepare release surefire-3.4.0f0de8c0
Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0Updates
org.apache.maven.plugins:maven-javadoc-plugin
from 3.7.0 to 3.10.0Commits
487e479
[maven-release-plugin] prepare release maven-javadoc-plugin-3.10.09638a6a
[MJAVADOC-785] Align plugin implementation with AbstractMavenReport (maven-re...9d33925
[MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stacka11b921
[MJAVADOC-809] Align Mojo class names7c4b467
Bump org.apache.maven.plugins:maven-plugins from 42 to 43636442b
Improve ITsdbca15a
Bump org.hamcrest:hamcrest-core from 2.2 to 3.0d02bb88
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.00a850a1
[MJAVADOC-807] Simplify IT for MJAVADOC-49843e901f
Improve URL handlingUpdates
org.owasp:dependency-check-maven
from 10.0.2 to 10.0.3Release notes
Sourced from org.owasp:dependency-check-maven's releases.
Changelog
Sourced from org.owasp:dependency-check-maven's changelog.
Commits
c888dcc
build: prepare release v10.0.3762c2df
docs: release 10.0.35f6270c
build(deps): bump open-vulnerability-clients from 6.1.6 to 6.1.7 (#6848)72ce4a0
build(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#...ffbc6d8
feat: Enable configuration of a lower resultsPerPage on NVD API (#6843)ed0e8cb
build(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17...b44770a
build(deps): bump open-vulnerability-client (#6830)708ea51
docs: fix typob96ca71
build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1...77f1acb
build(deps): bump golang from 1.22.4-alpine to 1.22.5-alpine (#6805)Updates
org.apache.maven.plugins:maven-gpg-plugin
from 3.2.4 to 3.2.5Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
Commits
737d4ee
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.57747063
[MGPG-134] Update maven-invoker (#110)3df5f83
[MGPG-133] Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.17.0 to ...58a2069
[MGPG-132] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.9.1 to 2...e911b43
[MGPG-131] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#108)d2b60d3
[MGPG-130] Update sigstore extension for exclusion (#109)091f388
Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0899f410
[MGPG-128] Parent POM 42, prerequisite 3.6.3 (#100)f0be6f3
[MGPG-127] Bump bouncycastleVersion from 1.78 to 1.78.1 (#98)7dd5166
[maven-release-plugin] prepare for next development iterationUpdates
org.sonatype.plugins:nexus-staging-maven-plugin
from 1.6.14 to 1.7.0Updates
org.apache.maven.plugins:maven-deploy-plugin
from 3.1.2 to 3.1.3Release notes
Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases.
Commits
96bc864
[maven-release-plugin] prepare release maven-deploy-plugin-3.1.300c14ad
Remove deprecation warning:07948ea
[MDEPLOY-320] Simplify and unify message (#64)14cc4c3
[MDEPLOY-311] Consider packaging in deploy-file mojo (#71)c814011
[MDEPLOY-322] Use parent POM 43 (#74)23cdae6
[MDEPLOY-319] Remove unfinished test - MDEPLOY-318-invalid-pomac740a7
[MDEPLOY-319] Cleanup of test codeda2ad90
Build with Maven4 (#57)6962699
Bump resolverVersion from 1.9.18 to 1.9.20 (#55)ec081cf
[maven-release-plugin] prepare for next development iterationDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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