You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/11/24 11:44:34 UTC

[groovy] branch master updated: GROOVY-10386: Bump Spotbugs/Spotbugs annotations to 4.5.0

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


The following commit(s) were added to refs/heads/master by this push:
     new e4e4fa7  GROOVY-10386: Bump Spotbugs/Spotbugs annotations to 4.5.0
e4e4fa7 is described below

commit e4e4fa772853363b9530d7418dc92671f3111e32
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Nov 24 21:44:28 2021 +1000

    GROOVY-10386: Bump Spotbugs/Spotbugs annotations to 4.5.0
---
 buildSrc/build.gradle | 2 +-
 versions.properties   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index fe010b2..1edb726 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -30,6 +30,6 @@ dependencies {
     implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.3.2'
     implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.17.2'
     implementation 'org.nosphere.apache:creadur-rat-gradle:0.7.0'
-    implementation 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.6.0'
+    implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.10'
     implementation 'me.champeau.gradle:jmh-gradle-plugin:0.5.3'
 }
\ No newline at end of file
diff --git a/versions.properties b/versions.properties
index a7398a4..0d32660 100644
--- a/versions.properties
+++ b/versions.properties
@@ -47,8 +47,8 @@ xmlunit=1.6
 xstream=1.4.18
 # running with Groovy 4 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true
 spock=2.0-groovy-3.0
-spotbugs=4.4.2
-spotbugsAnnotations=4.4.2
+spotbugs=4.5.0
+spotbugsAnnotations=4.5.0
 checkstyle=9.1
 junit5=5.8.1
 junit5Platform=1.8.1