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 2020/09/18 02:12:52 UTC

[groovy] branch master updated (5fdf048 -> ab0abf6)

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

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


    from 5fdf048  Trivial refactoring: extract common variable
     new 46a581c  GROOVY-9746: Bump picocli to 4.5.1
     new b4a9ad0  GROOVY-9747: Bump versions plugin to 0.33.0
     new a78bd42  GROOVY-9748: Bump spotbugs to 4.1.2
     new 9dc052c  GROOVY-9749: Bump sonarqube plugin to 3.0
     new ab0abf6  GROOVY-9750: Bump checkstyle to 8.36.1

The 5 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 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


[groovy] 02/05: GROOVY-9747: Bump versions plugin to 0.33.0

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b4a9ad0fddcfdec7f8f6f0d7da68f3eeafb2b96a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Sep 18 12:03:37 2020 +1000

    GROOVY-9747: Bump versions plugin to 0.33.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 2b110f7..3ce070f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,7 +48,7 @@ plugins {
     id 'org.asciidoctor.jvm.pdf' version '3.2.0'
     id 'me.champeau.buildscan-recipes' version '0.2.3'
     id 'com.github.spotbugs' version '4.5.0'
-    id 'com.github.ben-manes.versions' version '0.29.0'
+    id 'com.github.ben-manes.versions' version '0.33.0'
     id 'com.github.blindpirate.osgi' version '0.0.3'
     id 'org.sonarqube' version '2.8'
 }


[groovy] 04/05: GROOVY-9749: Bump sonarqube plugin to 3.0

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9dc052cbf820f2a1542e5d87f89d61a930e0cdee
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Sep 18 12:07:57 2020 +1000

    GROOVY-9749: Bump sonarqube plugin to 3.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 52b3206..22c15f3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -50,7 +50,7 @@ plugins {
     id 'com.github.spotbugs' version '4.5.0'
     id 'com.github.ben-manes.versions' version '0.33.0'
     id 'com.github.blindpirate.osgi' version '0.0.3'
-    id 'org.sonarqube' version '2.8'
+    id 'org.sonarqube' version '3.0'
 }
 
 //configurations {


[groovy] 03/05: GROOVY-9748: Bump spotbugs to 4.1.2

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a78bd42ac4de75a084884324f1deadd486dee7a1
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Sep 18 12:06:38 2020 +1000

    GROOVY-9748: Bump spotbugs to 4.1.2
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 3ce070f..52b3206 100644
--- a/build.gradle
+++ b/build.gradle
@@ -153,8 +153,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.13'
     spockVersion = '2.0-M3-groovy-3.0' // running with Groovy 4 can be allowed with '-Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true'
-    spotbugsVersion = '4.1.1'
-    spotbugsAnnotationsVersion = '4.1.1'
+    spotbugsVersion = '4.1.2'
+    spotbugsAnnotationsVersion = '4.1.2'
     checkstyleVersion = '8.35'
     junit5Version = '5.7.0'
     junit5PlatformVersion = '1.7.0'


[groovy] 01/05: GROOVY-9746: Bump picocli to 4.5.1

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 46a581cbc63f0aeb408eaf7bd684cdd55a6e247c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Sep 18 11:32:39 2020 +1000

    GROOVY-9746: Bump picocli to 4.5.1
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 5676078..2b110f7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -147,7 +147,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.13.3'
     openbeansVersion = '1.0'
-    picocliVersion = '4.5.0'
+    picocliVersion = '4.5.1'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'


[groovy] 05/05: GROOVY-9750: Bump checkstyle to 8.36.1

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ab0abf62a2aa3a29b88a978d2262ca0facd9481b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Sep 18 12:09:32 2020 +1000

    GROOVY-9750: Bump checkstyle to 8.36.1
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 22c15f3..511e00f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -155,7 +155,7 @@ ext {
     spockVersion = '2.0-M3-groovy-3.0' // running with Groovy 4 can be allowed with '-Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true'
     spotbugsVersion = '4.1.2'
     spotbugsAnnotationsVersion = '4.1.2'
-    checkstyleVersion = '8.35'
+    checkstyleVersion = '8.36.1'
     junit5Version = '5.7.0'
     junit5PlatformVersion = '1.7.0'
     jcipAnnotationsVersion = '1.0'