-
Notifications
You must be signed in to change notification settings - Fork 13
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 with 3 updates #35
Bump the maven-build-plugins group with 3 updates #35
Conversation
Bumps the maven-build-plugins group with 3 updates: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin), [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck). Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.3...surefire-3.2.5) Updates `org.owasp:dependency-check-maven` from 9.0.6 to 9.0.9 - [Release notes](https://github.com/jeremylong/DependencyCheck/releases) - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](jeremylong/DependencyCheck@v9.0.6...v9.0.9) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-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-patch 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 ... Signed-off-by: dependabot[bot] <[email protected]>
Important Auto Review SkippedBot user detected. To trigger a single review, invoke the 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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
@dependabot squash and merge |
Bumps the maven-build-plugins group with 3 updates: org.apache.maven.plugins:maven-compiler-plugin, org.apache.maven.plugins:maven-surefire-plugin and org.owasp:dependency-check-maven.
Updates
org.apache.maven.plugins:maven-compiler-plugin
from 3.11.0 to 3.12.1Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
Commits
736da68
[maven-release-plugin] prepare release maven-compiler-plugin-3.12.1ef93f3d
[MCOMPILER-568] Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (#220)eb7840c
[MCOMPILER-567] - Fail to compile if the "generated-sources/annotations" does...2a7a73b
[maven-release-plugin] prepare for next development iterationc08b0fd
[maven-release-plugin] prepare release maven-compiler-plugin-3.12.0a1c5b13
[MCOMPILER-565] Allow project build by Maven 44855773
Bump plexusCompilerVersion from 2.13.0 to 2.14.11d05342
[MCOMPILER-562] Add property maven.compiler.outputDirectory to CompilerMojo (...ea74978
[MCOMPILER-381] - Refactor incremental detection (#181)fd37f09
[MCOMPILER-333] Cleanup generated source files (#214)Updates
org.apache.maven.plugins:maven-surefire-plugin
from 3.2.3 to 3.2.5Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
... (truncated)
Commits
4b3a271
[maven-release-plugin] prepare release surefire-3.2.5eb3f1d9
Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0430c406
Bump org.assertj:assertj-core from 3.24.2 to 3.25.12d92f2d
[SUREFIRE-2231] JaCoCo 0.8.11 fails with old TestNG releases on Java 17+3290740
Bump org.apache.maven.plugins:maven-docck-plugin from 1.1 to 1.225a9776
Bump net.java.dev.javacc:javacc from 7.0.12 to 7.0.137752f7e
Bump commons-io:commons-io from 2.15.0 to 2.15.18874add
Revert "Bump jacocoVersion from 0.8.8 to 0.8.11"c0f7755
Fix formattinge5f4545
Bump jacocoVersion from 0.8.8 to 0.8.11Updates
org.owasp:dependency-check-maven
from 9.0.6 to 9.0.9Release notes
Sourced from org.owasp:dependency-check-maven's releases.
Changelog
Sourced from org.owasp:dependency-check-maven's changelog.
Commits
73c3014
build: prepare release v9.0.99cd133f
docs: release 9.0.9f5570a0
build(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#...22a7f7c
build(deps): bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#6179)1dec982
docs: Document default for CLI --data (#6359)0d96989
fix: NoSuchMethodError closeQuietly(java.io.Closeable[]) (#6377)a6c3909
chore: close stream to prevent possible resource leak (#6382)18c70f7
docs: fix links to releases in CHANGELOG.md (#6384)99af41d
docs: remove missed git merge conflict from MD file (#6379)85d0359
docs: document gradle build (#6371)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 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