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/13 12:15:56 UTC

groovy git commit: GROOVY-8789: Bump spot bugs to 1.6.3

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 36e021800 -> b3897b431


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/b3897b43
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/b3897b43
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/b3897b43

Branch: refs/heads/GROOVY_2_5_X
Commit: b3897b431b6d1e5efd83008eaffa05569d052299
Parents: 36e0218
Author: jameskleeh <ja...@gmail.com>
Authored: Thu Sep 13 22:15:39 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Thu Sep 13 22:15:39 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/b3897b43/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"
         }
     }