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 2019/05/11 15:17:18 UTC

[groovy] branch master updated: GROOVY-9119: Bump spotbugs gradle plugin to 1.7.1

This is an automated email from the ASF dual-hosted git repository.

sunlan 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 eb99211  GROOVY-9119: Bump spotbugs gradle plugin to 1.7.1
eb99211 is described below

commit eb99211c572164605d1a4f8011fe9104d811a799
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat May 11 23:17:04 2019 +0800

    GROOVY-9119: Bump spotbugs gradle plugin to 1.7.1
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 6092e2a..7a67108 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,7 +52,7 @@ buildscript {
 plugins {
     id 'com.gradle.build-scan' version '2.3'
     id 'me.champeau.buildscan-recipes' version '0.2.3'
-    id 'com.github.spotbugs' version '1.6.9'
+    id 'com.github.spotbugs' version '1.7.1'
     id "com.github.ben-manes.versions" version '0.21.0'
 }