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/04 05:16:45 UTC

[groovy] branch master updated (b69c07e -> fc5cc59)

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 b69c07e  GROOVY-9537: Bump xstream version to 1.4.12
     new 4516caf  GROOVY-9538: Bump checkstyle version to 8.3.2
     new afa6d8a  GROOVY-9539: Bump jackson version to 2.11.0
     new fc5cc59  bump commons-math from 3.6 to 3.6.1

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


[groovy] 03/03: bump commons-math from 3.6 to 3.6.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 fc5cc599ea73b980d508b333d8e027b8ece49951
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 4 15:10:33 2020 +1000

    bump commons-math from 3.6 to 3.6.1
---
 subprojects/performance/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/performance/build.gradle b/subprojects/performance/build.gradle
index f377367..771124b 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -31,7 +31,7 @@ configurations {
 dependencies {
     jmh rootProject
     testImplementation rootProject
-    stats 'org.apache.commons:commons-math3:3.6'
+    stats 'org.apache.commons:commons-math3:3.6.1'
 }
 
 jmh {


[groovy] 02/03: GROOVY-9539: Bump jackson version to 2.11.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 afa6d8a0c78c0ddb51c2860c1b2062cccbb4226b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 4 15:09:58 2020 +1000

    GROOVY-9539: Bump jackson version to 2.11.0
---
 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 1e55d1e..25a6b75 100644
--- a/subprojects/groovy-yaml/build.gradle
+++ b/subprojects/groovy-yaml/build.gradle
@@ -18,7 +18,7 @@
  */
 
 ext {
-    jacksonVersion = '2.10.3'
+    jacksonVersion = '2.11.0'
 }
 
 dependencies {


[groovy] 01/03: GROOVY-9538: Bump checkstyle version to 8.3.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 4516cafb3f2025c462657ddd9ff2534745ad5114
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 4 15:08:40 2020 +1000

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

diff --git a/build.gradle b/build.gradle
index f0deb16..613d19e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ ext {
     spockVersion = '2.0-groovy-3.0-SNAPSHOT' // supports up to 9.9.99
     spotbugsVersion = '4.0.2'
     spotbugsAnnotationsVersion = '4.0.2'
-    checkstyleVersion = '8.30'
+    checkstyleVersion = '8.32'
     junit5Version = '5.6.2'
     junit5PlatformVersion = '1.6.2'
 }