-
Notifications
You must be signed in to change notification settings - Fork 32
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 6 updates #74
base: develop
Are you sure you want to change the base?
Bump the maven-build-plugins group across 1 directory with 6 updates #74
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.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-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.10.0` | | [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `10.0.2` | `10.0.4` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.4` | `3.2.5` | 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-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.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.4 - [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.4) 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) --- 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-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 ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Maven
participant Plugins
User->>Maven: Initiate build
Maven->>Plugins: Load plugins
Plugins-->>Maven: Return updated versions
Maven-->>User: Complete build with updated plugins
Poem
Tip Early access features: disabledWe are currently testing the following features in early access:
Note:
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.
Bumps the maven-build-plugins group with 6 updates in the / directory:
3.3.0
3.4.1
3.2.5
3.5.0
3.4.1
3.4.2
3.7.0
3.10.0
10.0.2
10.0.4
3.2.4
3.2.5
Updates
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-jar-plugin
from 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.299584ce
Build 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-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.4Release notes
Sourced from org.owasp:dependency-check-maven's releases.
Changelog
Sourced from org.owasp:dependency-check-maven's changelog.
Commits
5120cbd
build: prepare release v10.0.405df233
docs: release notes for 10.0.4a3a74bc
build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 t...67c9d9e
build(deps): bump golang from 1.22.6-alpine to 1.23.0-alpine (#6893)1bc85e2
build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin2fe67ed
build(deps): bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#6900)e835fad
build(deps): exclude unused dependency (#6916)ccc151a
fix: improve regex (#6917)e090d40
chore: additional tests (#6918)b4339ce
fix: correctly handle null values in cpeMatch (#6915)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 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