cryptofs
cryptofs copied to clipboard
Bump the maven-build-plugins group with 5 updates
Bumps the maven-build-plugins group with 5 updates:
| Package | From | To |
|---|---|---|
| org.apache.maven.plugins:maven-compiler-plugin | 3.12.1 |
3.13.0 |
| org.apache.maven.plugins:maven-source-plugin | 3.3.0 |
3.3.1 |
| org.owasp:dependency-check-maven | 9.0.9 |
9.1.0 |
| org.jacoco:jacoco-maven-plugin | 0.8.11 |
0.8.12 |
| org.apache.maven.plugins:maven-gpg-plugin | 3.1.0 |
3.2.2 |
Updates org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
3.13.0
🚀 New features and improvements
- [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232)
@slawekjaranowski- [MCOMPILER-582] - Automatic detection of release option for JDK < 9 (#228)
@slawekjaranowski- [MCOMPILER-583] - Require Maven 3.6.3 (#229)
@slawekjaranowski- [MCOMPILER-577] - Rename parameter "forceJavacCompilerUse" (#225)
@kwin- [MCOMPILER-570] - Add links to javac documentation of JDK17 (#224)
@kwin- [MCOMPILER-576] - Deprecate parameter "compilerVersion" (#223)
@kwin📦 Dependency updates
- [MCOMPILER-575] - Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (#227)
@dependabot- Bump apache/maven-gh-actions-shared from 3 to 4 (#226)
@dependabot📝 Documentation updates
- [MCOMPILER-548] - JDK 21 throws annotations processing warning that can not be turned off (#200)
@hgschmie👻 Maintenance
- [MCOMPILER-584] - Refresh page - Using Non-Javac Compilers (#231)
@slawekjaranowski- [MCOMPILER-585] - Refresh plugins versions in ITs (#230)
@slawekjaranowski- subject verb agreement (#221)
@elharo
Commits
a1415aa[maven-release-plugin] prepare release maven-compiler-plugin-3.13.0b2b9196[MCOMPILER-574] Propagate cause of exception in AbstractCompilerMojo6d2ce5a[MCOMPILER-584] Refresh page - Using Non-Javac Compilerseebad60[MCOMPILER-585] Refresh plugins versions in ITsceacf68[MCOMPILER-582] Automatic detection of release option for JDK < 9110293f[MCOMPILER-583] Require Maven 3.6.390131df[MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (#227)74cfc72[MCOMPILER-548] JDK 21 throws annotations processing warning that can not be ...f85aa27Bump apache/maven-gh-actions-shared from 3 to 4d59ef49extract Maven 3.3.1 specific method call- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
Commits
f80596e[maven-release-plugin] prepare release maven-source-plugin-3.3.17626998Bump apache/maven-gh-actions-shared from 3 to 483c963cBump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18)40ae495Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (#20)073462bBump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (#21)0b1c823Fix typos in AbstractSourceJarMojo exception099c65a[MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (...1edeea4[MSOURCES-139] Fix typo in AbstractSourceJarMojo exception436966e[maven-release-plugin] prepare for next development iteration- See full diff in compare view
Updates org.owasp:dependency-check-maven from 9.0.9 to 9.1.0
Release notes
Sourced from org.owasp:dependency-check-maven's releases.
Version 9.1.0
Refer to the CHANGELOG.md for information about improvements and upgrade notes.
Version 9.0.10
Refer to the CHANGELOG.md for information about improvements and upgrade notes.
Changelog
Sourced from org.owasp:dependency-check-maven's changelog.
Version 9.1.0 (2024-03-31)
- feat: Add v2 support for maven_install.json (#6528)
- build(deps): bump open-vulnerability-client (#6554)
- resolves update issues due to CVSS Metrics 4.0
- build(deps): bump jackson.version from 2.16.0 to 2.16.1 (#6353)
- build(deps): bump org.jsoup:jsoup from 1.16.2 to 1.17.2 (#6362)
- build(deps): bump golang from 1.21.5-alpine to 1.22.1-alpine (#6506)
See the full listing of changes.
Version 9.0.10 (2024-03-15)
- fix: #4321 Suppress redis server CVEs for client libraries (#4321) (#6489)
- fix: bump commons-compress from 1.25.0 to 1.26.0 to fix CVE-2024-25710 and CVE-2024-26308 (#6492)
- feat: Allow to pass NVD API key via environment variable (#6454)
- fix: issue 5452 - ConcurrentModificationException in NodePackageAnalyzer.processDependencies - adding synchronized block (#6501)
- docs: document the default data directory (#6484)
- fix: prevent NPE in bundler audit (#6462)
- fix: #6441 Improve suppression rule to not restrict to a single version (#6442)
See the full listing of changes.
Commits
e0b9397build: prepare release v9.1.03f1b558docs: prepare release 9.1.0c364269build(deps): bump jackson.version from 2.16.0 to 2.16.1 (#6353)d2c04b5build(deps): bump org.jsoup:jsoup from 1.16.2 to 1.17.2 (#6362)e8c4ca3build(deps): bump open-vulnerability-client (#6554)2e6a231build(deps): bump golang from 1.21.5-alpine to 1.22.1-alpine (#6506)0e183dabuild(deps): bump actions/setup-java from 3 to 4 (#6172)42adde4fix: typo (#6526)f60c867feat: Add v2 support for maven_install.json (#6528)a6a8f21Merge pull request #1 from nutshelllabs/ef/add-maven-install-v2-support- Additional commits viewable in compare view
Updates org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12
Release notes
Sourced from org.jacoco:jacoco-maven-plugin's releases.
0.8.12
New Features
- JaCoCo now officially supports Java 22 (GitHub #1596).
- Experimental support for Java 23 class files (GitHub #1553).
Fixed bugs
- Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #1556).
- Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #1568).
Non-functional Changes
- JaCoCo now depends on ASM 9.7 (GitHub #1600).
Commits
dbfb6f2Prepare release 0.8.12a50585bUpgrade maven-plugin-plugin to 3.6.4 (#1604)fd63cc5Configure labels that Dependabot assigns to PRs (#1603)03a5333Add configuration for Dependabot to simplify updates of ASM (#1601)40ff9fbUpgrade ASM to 9.7 (#1600)9077178Happy birthday Java 22! (#1596)7edd1b5Bump actions/setup-java from 4.1.0 to 4.2.1 (#1594)e50b547Upgrade ECJ to 3.37.0 (#1590)a1144d0Upgrade maven-site-plugin to 3.12.1 (#1586)04b0141Bump actions/setup-java from 4.0.0 to 4.1.0 (#1587)- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2
Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
3.2.2
Release Notes - Maven GPG Plugin - Version 3.2.2
What's Changed
- [MGPG-113] SignAndDeployFileMojo results in 401 by
@cstamasin apache/maven-gpg-plugin#82- [MGPG-114] Allow max key size of 16KB by
@cstamasin apache/maven-gpg-plugin#83- [MGPG-115] Show more info about key used to sign by
@cstamasin apache/maven-gpg-plugin#84Full Changelog: https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2
3.2.1
Release Notes - Maven GPG Plugin - Version 3.2.1
... (truncated)
Commits
ab97064[maven-release-plugin] prepare release maven-gpg-plugin-3.2.22be0a00[MGPG-115] Show more info about key used to sign (#84)3631830[MGPG-114] Allow max key size of 16KB (#83)528fab9[MGPG-113] SignAndDeployFileMojo results in 401 (#82)770636b[maven-release-plugin] prepare for next development iteration5b69086[maven-release-plugin] prepare release maven-gpg-plugin-3.2.128d298c[MGPG-111] Fix dependencies (#81)75d8ed5[MGPG-112] serverId def value was unintentionally dropped (#80)2a11a2d[maven-release-plugin] prepare for next development iteration4b23da8[maven-release-plugin] prepare release maven-gpg-plugin-3.2.0- Additional commits viewable 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
[!IMPORTANT]
Auto Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.
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.
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 as PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger a review. This is useful when automatic reviews are disabled for the repository.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai helpto get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configration 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.
Looks like these dependencies are updatable in another way, so this is no longer needed.