You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/12/12 18:58:40 UTC

[3/7] groovy git commit: GROOVY-8922: Bump spotbugs gradle plugin to 1.6.6 and bump spotbugs-annotations to 3.1.9

GROOVY-8922: Bump spotbugs gradle plugin to 1.6.6 and bump spotbugs-annotations to 3.1.9


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

Branch: refs/heads/master
Commit: 7c37b0f2c2b52f56b7c01c38c8297e7842139bf8
Parents: 68c8462
Author: danielsun1106 <re...@hotmail.com>
Authored: Thu Dec 13 01:12:44 2018 +0800
Committer: Daniel Sun <su...@apache.org>
Committed: Thu Dec 13 02:58:33 2018 +0800

----------------------------------------------------------------------
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/7c37b0f2/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9a875e7..6cae85e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -51,7 +51,7 @@ buildscript {
 plugins {
     id 'com.gradle.build-scan' version '2.1'
     id 'me.champeau.buildscan-recipes' version '0.2.3'
-    id 'com.github.spotbugs' version '1.6.5'
+    id 'com.github.spotbugs' version '1.6.6'
     id "com.github.ben-manes.versions" version '0.20.0'
 }
 
@@ -163,7 +163,7 @@ ext {
     xstreamVersion = '1.4.11.1'
     spockVersion = '1.2-groovy-2.4-SNAPSHOT' // supports 3.0
     antlr4Version = '4.7.1'
-    spotbugsannotationsVersion = '3.1.8'
+    spotbugsannotationsVersion = '3.1.9'
 }
 
 dependencies {