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/10/25 02:07:48 UTC

[groovy] branch master updated (103e302 -> 28bdcf3)

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 103e302  fix dependency verification metadata for rat
     new 34049aa  GROOVY-9792: Bump Spotbugs/Spotbugs annotations versions
     new f2d40b6  GROOVY-9793: Bump JUnit4 version to 4.13.1 (includes security fix)
     new 28bdcf3  GROOVY-9794: Bump picocli version to 4.5.2

The 3 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:
 versions.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[groovy] 02/03: GROOVY-9793: Bump JUnit4 version to 4.13.1 (includes security fix)

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 f2d40b6301d467231af89169742fbfeeb8a3789a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Oct 25 12:06:18 2020 +1000

    GROOVY-9793: Bump JUnit4 version to 4.13.1 (includes security fix)
---
 versions.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.properties b/versions.properties
index 802bdc6..e1ec2e1 100644
--- a/versions.properties
+++ b/versions.properties
@@ -35,7 +35,7 @@ jmh=1.21
 jmock = 1.2.0
 jruby = 1.5.8
 logback = 1.1.7
-junit = 4.13
+junit = 4.13.1
 log4j = 1.2.17
 log4j2 = 2.13.3
 openbeans = 1.0


[groovy] 03/03: GROOVY-9794: Bump picocli version to 4.5.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 28bdcf3ecfba63c0215318c968c4e82367186e64
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Oct 25 12:07:39 2020 +1000

    GROOVY-9794: Bump picocli version to 4.5.2
---
 versions.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.properties b/versions.properties
index e1ec2e1..dcee47a 100644
--- a/versions.properties
+++ b/versions.properties
@@ -39,7 +39,7 @@ junit = 4.13.1
 log4j = 1.2.17
 log4j2 = 2.13.3
 openbeans = 1.0
-picocli = 4.5.1
+picocli = 4.5.2
 qdox = 1.12.1
 slf4j = 1.7.25
 xmlunit = 1.6


[groovy] 01/03: GROOVY-9792: Bump Spotbugs/Spotbugs annotations versions

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 34049aadf7f620aae985ce2265fa7fdcb247a6e4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Oct 25 11:25:22 2020 +1000

    GROOVY-9792: Bump Spotbugs/Spotbugs annotations versions
---
 versions.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versions.properties b/versions.properties
index 06dfd52..802bdc6 100644
--- a/versions.properties
+++ b/versions.properties
@@ -46,8 +46,8 @@ xmlunit = 1.6
 xstream = 1.4.13
 # running with Groovy 4 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true
 spock = 2.0-M3-groovy-3.0
-spotbugs = 4.1.2
-spotbugsAnnotations = 4.1.2
+spotbugs = 4.1.4
+spotbugsAnnotations = 4.1.4
 checkstyle = 8.36.1
 junit5 = 5.7.0
 junit5Platform = 1.7.0