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 10:18:46 UTC

[groovy] branch GROOVY_3_0_X updated (479cc78 -> d75100a)

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

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


    from 479cc78  GROOVY-10159: Compilation failure: ClassCastException (only simplify the simple cases at compile time)
     new 2b75f06  GROOVY-10204: Bump javaparser to 3.23.0
     new a28ffe7  GROOVY-10206: Bump Spotbugs version to 4.4.0
     new d75100a  GROOVY-10205: Bump jackson version to 2.12.5

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

[groovy] 03/03: 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 GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit d75100abc698fc2cbfb78812c25ceacb5b12b8f6
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Aug 27 20:18:40 2021 +1000

    GROOVY-10205: Bump jackson version to 2.12.5
---
 subprojects/groovy-yaml/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/groovy-yaml/build.gradle b/subprojects/groovy-yaml/build.gradle
index 3efe128..f92c480 100644
--- a/subprojects/groovy-yaml/build.gradle
+++ b/subprojects/groovy-yaml/build.gradle
@@ -18,7 +18,7 @@
  */
 
 ext {
-    jacksonVersion = '2.12.4'
+    jacksonVersion = '2.12.5'
 }
 
 dependencies {

[groovy] 02/03: 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 GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit a28ffe76d603b225920590edd1f0cf0f4306d8de
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Aug 27 20:18:21 2021 +1000

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

diff --git a/build.gradle b/build.gradle
index 0951a43..99fe7f9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -151,8 +151,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.15'
     spockVersion = '2.0-groovy-3.0'
-    spotbugsVersion = '4.3.0'
-    spotbugsAnnotationsVersion = '4.3.0'
+    spotbugsVersion = '4.4.0'
+    spotbugsAnnotationsVersion = '4.4.0'
     checkstyleVersion = '8.44'
     junit5Version = '5.7.2'
     junit5PlatformVersion = '1.7.2'

[groovy] 01/03: GROOVY-10204: Bump javaparser to 3.23.0

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

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

commit 2b75f06bac2b490dc391c4840fb1d38fd950a0ce
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Aug 27 20:17:59 2021 +1000

    GROOVY-10204: Bump javaparser to 3.23.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index a8836cd..0951a43 100644
--- a/build.gradle
+++ b/build.gradle
@@ -138,7 +138,7 @@ ext {
     ivyVersion = '2.5.0'
     jansiVersion = '2.1.1'
     jarjarVersion = '1.7.2'
-    javaParserVersion = '3.18.0'
+    javaParserVersion = '3.23.0'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
     logbackVersion = '1.2.3'