This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 8050f020de852edd390cf7298b1e15cadcbc0159 Author: Daniel Sun <[email protected]> AuthorDate: Sun Jan 11 14:32:25 2026 +0900 GROOVY-11835: Bump cyclonedx-gradle-plugin to 3.0.2 --- build-logic/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-logic/build.gradle b/build-logic/build.gradle index 92f2ab2ecf..c04fa2f7cf 100644 --- a/build-logic/build.gradle +++ b/build-logic/build.gradle @@ -33,11 +33,11 @@ dependencies { implementation 'org.nosphere.apache:creadur-rat-gradle:0.8.1' implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.2' implementation 'me.champeau.jmh:jmh-gradle-plugin:0.7.2' - implementation 'org.cyclonedx:cyclonedx-gradle-plugin:3.0.0-alpha-2' + implementation 'org.cyclonedx:cyclonedx-gradle-plugin:3.0.2' implementation "com.fasterxml.jackson:jackson-bom:2.20.1" // later version for cyclonedx implementation "org.slf4j:slf4j-api:2.0.17" // later version for cyclonedx implementation "org.apache.commons:commons-lang3:3.20.0" // later version for cyclonedx - implementation 'org.apache.maven:maven-core:3.9.11' + implementation 'org.apache.maven:maven-core:3.9.12' } tasks.withType(Jar).configureEach { diff --git a/build.gradle b/build.gradle index d4084d8c2f..ed3f22feaa 100644 --- a/build.gradle +++ b/build.gradle @@ -133,7 +133,7 @@ dependencies { // updated bridger dependencies to remove vulnerabilities: tools "com.jcraft:jsch:0.1.55" tools "commons-io:commons-io:2.21.0" - tools "org.apache.maven:maven-core:3.9.11" + tools "org.apache.maven:maven-core:3.9.12" tools "org.apache.maven.shared:maven-shared-utils:3.4.2" tools "org.codehaus.plexus:plexus-utils:4.0.2" // end
