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 2021/08/27 07:18:28 UTC

[groovy] branch master updated (d58eba2 -> 803a372)

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 d58eba2  GROOVY-10204: Bump javaparser to 3.23.0
     new 336a619  GROOVY-10205: Bump jackson version to 2.12.5
     new 803a372  GROOVY-10206: Bump Spotbugs version to 4.4.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:
 versions.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[groovy] 01/02: GROOVY-10205: Bump jackson version to 2.12.5

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 336a619534bdefe519feea39c7c6037f203042bd
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Aug 27 17:17:48 2021 +1000

    GROOVY-10205: Bump jackson version to 2.12.5
---
 versions.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.properties b/versions.properties
index c25da47..fcffb38 100644
--- a/versions.properties
+++ b/versions.properties
@@ -28,7 +28,7 @@ commonsMath3 = 3.6.1
 gpars = 1.2.1
 ivy = 2.5.0
 jansi = 2.3.4
-jackson = 2.12.4
+jackson = 2.12.5
 jarjar = 1.7.2
 javaParser = 3.23.0
 jline = 2.14.6

[groovy] 02/02: GROOVY-10206: Bump Spotbugs version to 4.4.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 803a372d7691a4b7d67dc70dc5388db5345ed5ce
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Aug 27 17:18:22 2021 +1000

    GROOVY-10206: Bump Spotbugs version to 4.4.0
---
 versions.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versions.properties b/versions.properties
index fcffb38..760794d 100644
--- a/versions.properties
+++ b/versions.properties
@@ -47,8 +47,8 @@ xmlunit = 1.6
 xstream = 1.4.18
 # running with Groovy 4 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true
 spock = 2.0-groovy-3.0
-spotbugs = 4.3.0
-spotbugsAnnotations = 4.3.0
+spotbugs = 4.4.0
+spotbugsAnnotations = 4.4.0
 checkstyle = 8.44
 junit5 = 5.7.2
 junit5Platform = 1.7.2