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 2018/09/14 04:05:45 UTC

[3/4] groovy git commit: GROOVY-8789: Bump spot bugs to 1.6.3

GROOVY-8789: Bump spot bugs to 1.6.3


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/5e67762f
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/5e67762f
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/5e67762f

Branch: refs/heads/GROOVY_2_5_X
Commit: 5e67762f91a7e8c25d7ef7ace2d80b16e0dda12c
Parents: 36e0218
Author: Paul King <pa...@asert.com.au>
Authored: Fri Sep 14 14:04:22 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Fri Sep 14 14:04:22 2018 +1000

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/5e67762f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9e4d18c..18e5e06 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,7 +39,7 @@ buildscript {
         classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.1.3"
         classpath "gradle.plugin.com.github.jk1:gradle-license-report:0.3.2"
         if (JavaVersion.current() >= JavaVersion.VERSION_1_8) {
-            classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.2"
+            classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.3"
             classpath "com.github.ben-manes:gradle-versions-plugin:0.20.0"
         }
     }