This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 0a97ad6fd0969cf8b439eb975b51e5de3dcf0d00 Author: Paul King <[email protected]> AuthorDate: Fri Sep 26 13:51:57 2025 +1000 bump spotbugs gradle plugin version --- build-logic/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/build.gradle b/build-logic/build.gradle index e38371ca5a..63d291f43e 100644 --- a/build-logic/build.gradle +++ b/build-logic/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:5.0.0-alpha.1' implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:6.0.1' implementation 'org.nosphere.apache:creadur-rat-gradle:0.8.1' - implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.4' + 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-1' implementation "com.fasterxml.jackson:jackson-bom:2.20.0" // later version for cyclonedx
