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/05/18 02:13:07 UTC

[groovy] branch master updated (cb6783b -> 47fb34b)

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 cb6783b  add missing license headers
     new 634de97  bump binary compatibility version
     new 47fb34b  GROOVY-9560: Update Spotbugs/Spotbugs plugin to 4.0.3/4.2.0

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                                  | 6 +++---
 subprojects/binary-compatibility/build.gradle | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


[groovy] 02/02: GROOVY-9560: Update Spotbugs/Spotbugs plugin to 4.0.3/4.2.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 47fb34b6e50207585c82497853a356bb9c990df4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 18 12:12:59 2020 +1000

    GROOVY-9560: Update Spotbugs/Spotbugs plugin to 4.0.3/4.2.0
---
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 98573e2..4bc522d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ buildscript {
 
 plugins {
     id 'me.champeau.buildscan-recipes' version '0.2.3'
-    id 'com.github.spotbugs' version '4.0.8'
+    id 'com.github.spotbugs' version '4.2.0'
     id 'com.github.ben-manes.versions' version '0.28.0'
     id 'com.github.blindpirate.osgi' version '0.0.3'
     id 'org.sonarqube' version '2.8'
@@ -148,8 +148,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.12'
     spockVersion = '2.0-groovy-3.0-SNAPSHOT' // supports up to 9.9.99
-    spotbugsVersion = '4.0.2'
-    spotbugsAnnotationsVersion = '4.0.2'
+    spotbugsVersion = '4.0.3'
+    spotbugsAnnotationsVersion = '4.0.3'
     checkstyleVersion = '8.32'
     junit5Version = '5.6.2'
     junit5PlatformVersion = '1.6.2'


[groovy] 01/02: bump binary compatibility version

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 634de970833bca6bb59cc613c9a66779ee0a86eb
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 18 12:09:58 2020 +1000

    bump binary compatibility version
---
 subprojects/binary-compatibility/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/binary-compatibility/build.gradle b/subprojects/binary-compatibility/build.gradle
index ead7e47..6f5c232 100644
--- a/subprojects/binary-compatibility/build.gradle
+++ b/subprojects/binary-compatibility/build.gradle
@@ -48,7 +48,7 @@ Set excludeModules = [
         "performance", "binary-compatibility", "tests-preview"
 ]
 
-def compatibilityBaselineVersion = "3.0.2"
+def compatibilityBaselineVersion = "3.0.3"
 
 def thisProject = project