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/02/19 16:18:20 UTC

[groovy] branch master updated (3f26dc7 -> 90cfce0)

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

sunlan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from 3f26dc7  GROOVY-8995: Improve the performance of creating list(closes #880)
     new ac4bb44  GROOVY-8994: Bump spotbugs-annotations to 3.1.11
     new 90cfce0  GROOVY-8993: Bump spotbugs gradle plugin to 1.6.9(closes #879)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


[groovy] 02/02: GROOVY-8993: Bump spotbugs gradle plugin to 1.6.9(closes #879)

Posted by su...@apache.org.
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

commit 90cfce07bc5b7118cd99e2386ce9ec7917663220
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Feb 17 02:11:47 2019 +0800

    GROOVY-8993: Bump spotbugs gradle plugin to 1.6.9(closes #879)
---
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index ce37e68..6e9d167 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,7 +52,7 @@ buildscript {
 plugins {
     id 'com.gradle.build-scan' version '1.16'
     id 'me.champeau.buildscan-recipes' version '0.2.3'
-    id 'com.github.spotbugs' version '1.6.6'
+    id 'com.github.spotbugs' version '1.6.9'
     id "com.github.ben-manes.versions" version '0.20.0'
 }
 
@@ -465,3 +465,4 @@ licenseReport {
 //licenseFormat.dependsOn licenseFormatCustom
 //licenseFormat.dependsOn licenseFormatGradle
 //
+


[groovy] 01/02: GROOVY-8994: Bump spotbugs-annotations to 3.1.11

Posted by su...@apache.org.
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

commit ac4bb44ab09de6509bace0d3f6ed4e83eccd9a53
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Feb 17 02:10:45 2019 +0800

    GROOVY-8994: Bump spotbugs-annotations to 3.1.11
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 2155e61..ce37e68 100644
--- a/build.gradle
+++ b/build.gradle
@@ -165,7 +165,7 @@ ext {
     xstreamVersion = '1.4.11.1'
     spockVersion = '1.2-groovy-2.4-SNAPSHOT' // supports 3.0
     antlr4Version = '4.7.3'
-    spotbugsannotationsVersion = '3.1.9'
+    spotbugsannotationsVersion = '3.1.11'
 }
 
 dependencies {