Bump the maven-build-plugins group across 1 directory with 6 updates
Bumps the maven-build-plugins group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| org.codehaus.mojo:exec-maven-plugin | 3.3.0 |
3.4.1 |
| org.apache.maven.plugins:maven-surefire-plugin | 3.2.5 |
3.5.0 |
| org.apache.maven.plugins:maven-jar-plugin | 3.4.1 |
3.4.2 |
| org.apache.maven.plugins:maven-javadoc-plugin | 3.7.0 |
3.10.0 |
| org.owasp:dependency-check-maven | 10.0.2 |
10.0.4 |
| org.apache.maven.plugins: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
Sourced from org.codehaus.mojo:exec-maven-plugin's releases.
3.4.1
🐛 Bug Fixes
- Environment variable Path should be used as case-insensitive (#442)
@slawekjaranowski- fix: NPE because declared MavenSession field hides field of superclass (#439)
@sebthom📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 84 to 85 (#441)
@dependabot👻 Maintenance
- Remove redundant spotless configuration (#440)
@slawekjaranowski🔧 Build
- Use Maven4 enabled with GH Action (#443)
@slawekjaranowski- Use shared release drafter GH Action (#444)
@slawekjaranowski3.4.0
🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 82 to 84 (#434)
@dependabot- Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (#431)
@dependabot👻 Maintenance
- Remove Log4j 1.2.x from ITs (#437)
@slawekjaranowski🔧 Build
- Use Maven 3.9.7 and 4.0.0-beta-3 (#433)
@slawekjaranowski
Commits
7b0be2c[maven-release-plugin] prepare release 3.4.15ac4f80Environment variable Path should be used as case-insensitivecfb3a9fUse Maven4 enabled with GH Actiond0ded48Use shared release drafter GH Action4c22954Bump org.codehaus.mojo:mojo-parent from 84 to 85a8c4f94fix: NPE because declared MavenSession field hides field of superclassa2b735fRemove redundant spotless configuration8e0e83c[maven-release-plugin] prepare for next development iteration6c4996f[maven-release-plugin] prepare release 3.4.0c7ad671Remove Log4j 1.2.x from ITs- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.0
Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
3.3.0
Release Notes - Maven Surefire - Version 3.3.0
What's Changed
- Bump org.htmlunit:htmlunit from 3.9.0 to 3.10.0 by
@dependabotin apache/maven-surefire#717
... (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 namesc0784abBump org.apache.commons:commons-compress from 1.27.0 to 1.27.179ea717[SUREFIRE-2256] Upgrade to Parent 434648b47add Reproducible Builds badgef64c1b3[maven-release-plugin] prepare for next development iteration3ae062d[maven-release-plugin] prepare release surefire-3.4.0f0de8c0Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
Release notes
Sourced from org.apache.maven.plugins:maven-jar-plugin's releases.
3.4.2
🐛 Bug Fixes
- [MJAR-310] - fixed toolchain version detection when toolchain paths contain white spaces (#86)
@jansohn👻 Maintenance
- Build with Maven 4 (#88)
@slawekjaranowski
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 iteration- See full diff in compare view
Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.10.0
Commits
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 names7c4b467Bump org.apache.maven.plugins:maven-plugins from 42 to 43636442bImprove ITsdbca15aBump org.hamcrest:hamcrest-core from 2.2 to 3.0d02bb88Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.00a850a1[MJAVADOC-807] Simplify IT for MJAVADOC-49843e901fImprove URL handling- Additional commits viewable in compare view
Updates org.owasp:dependency-check-maven from 10.0.2 to 10.0.4
Release notes
Sourced from org.owasp:dependency-check-maven's releases.
Version 10.0.4
Refer to the CHANGELOG.md for information about improvements and upgrade notes.
Version 10.0.3
Refer to the CHANGELOG.md for information about improvements and upgrade notes.
Changelog
Sourced from org.owasp:dependency-check-maven's changelog.
Version 10.0.4 (2024-09-01)
- build(deps): exclude unused dependency (#6916)
- fix: improve regex (#6917)
- fix: correctly handle null values in cpeMatch (#6915)
- fix(site): Update Fluido skin to resolve broken fork-me-on-github image (#6914)
- fix: do not report over 100% download complete (#6899)
- fix: Correct spelling of occurring in NvdApiDataSource.java (#6883)
- fix: skip blank lines in requirements.txt (#6867)
- fix: correct percentage calculation (#6868)
- docs: remove old recommendation (#6860)
See the full listing of changes.
Version 10.0.3 (2024-07-16)
- feat: Enable configuration of a lower resultsPerPage on NVD API (#6843)
- build(deps): bump open-vulnerability-clients from 6.1.6 to 6.1.7 (#6848)
- build(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#6814)
- build(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 (#6762)
- build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 (#6815)
- build(deps): bump golang from 1.22.4-alpine to 1.22.5-alpine (#6805)
See the full listing of changes.
Commits
5120cbdbuild: prepare release v10.0.405df233docs: release notes for 10.0.4a3a74bcbuild(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 t...67c9d9ebuild(deps): bump golang from 1.22.6-alpine to 1.23.0-alpine (#6893)1bc85e2build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin2fe67edbuild(deps): bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#6900)e835fadbuild(deps): exclude unused dependency (#6916)ccc151afix: improve regex (#6917)e090d40chore: additional tests (#6918)b4339cefix: correctly handle null values in cpeMatch (#6915)- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5
Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
3.2.5
Release Notes - Maven GPG Plugin - Version 3.2.5
- [MGPG-134] - Update maven-invoker (#110)
@cstamas- [MGPG-130] - Update sigstore extension to ".sigstore.json" (#109)
@loosebazooka- [MGPG-128] - Parent POM 42, prerequisite 3.6.3 (#100)
@cstamas📦 Dependency updates
- Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.17.0 to 1.18.2 (#105)
@dependabot- Bump com.kohlschutter.junixsocket:junixsocket-core from 2.9.1 to 2.10.0 (#107)
@dependabot- Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#108)
@dependabot- Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0 (#103)
@dependabot- Bump bouncycastleVersion from 1.78 to 1.78.1 (#98)
@dependabot
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)091f388Bump 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 iteration- See full diff in compare view
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 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
Walkthrough
The pom.xml file has undergone updates to several Maven plugin version numbers. Key changes include increments for the dependency-check, exec-maven-plugin, maven-surefire-plugin, maven-jar-plugin, maven-javadoc-plugin, and maven-gpg-plugin. These updates reflect a maintenance effort to ensure the project utilizes the latest plugin features and improvements.
Changes
| File | Change Summary |
|---|---|
pom.xml |
Updated versions: dependency-check.version from 10.0.2 to 10.0.4, exec-maven-plugin from 3.3.0 to 3.4.1, maven-surefire-plugin from 3.2.5 to 3.5.0, maven-jar-plugin from 3.4.1 to 3.4.2, maven-javadoc-plugin from 3.7.0 to 3.10.0, and maven-gpg-plugin from 3.2.4 to 3.2.5. |
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
🐇
In the garden where I hop and play,
New plugins bloom, brightening the day!
With versions fresh, they dance and cheer,
Enhancing our build, oh so dear!
Hoppity hop, let’s celebrate,
For every change makes us feel great!
🌼
[!TIP]
Early access features: disabled
We are currently testing the following features in early access:
- Anthropic
claude-3-5-sonnetfor code reviews: The new Claude model has stronger code understanding and code generation capabilities than the previous models. We're excited to hear your feedback as we evaluate its performance over the next few days.Note:
- You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file.
- Please join our Discord Community to provide feedback and report issues on the discussion post.
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?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
-
I pushed a fix in commit <commit_id>. -
Generate unit testing code for this file. -
Open a follow-up GitHub issue for this discussion.
-
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:-
@coderabbitai generate unit testing code for this file. -
@coderabbitai modularize this function.
-
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:-
@coderabbitai generate interesting stats about this repository and render them as a table. -
@coderabbitai show all the console.log statements in this repository. -
@coderabbitai read src/utils.ts and generate unit testing code. -
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format. -
@coderabbitai help me debug CodeRabbit configuration file.
-
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)
-
@coderabbitai pauseto pause the reviews on a PR. -
@coderabbitai resumeto resume the paused reviews. -
@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository. -
@coderabbitai full reviewto do a full review from scratch and review all the files again. -
@coderabbitai summaryto regenerate the summary of the PR. -
@coderabbitai resolveresolve all the CodeRabbit review comments. -
@coderabbitai configurationto show the current CodeRabbit configuration for the repository. -
@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
@dependabot rebase
Superseded by #76.