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 11:39:49 UTC

[groovy] branch GROOVY_3_0_X updated (f1158a7 -> e314990)

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 f1158a7  GROOVY-9432: improve wording for controlling picocli version in CliBuilder
     new 2801ab5  GROOVY-9536: Bump testng to 7.2.0
     new b2d1e31  GROOVY-9537: Bump xstream version to 1.4.12
     new 6e7d0df  GROOVY-9538: Bump checkstyle version to 8.3.2
     new 89bebba  GROOVY-9539: Bump jackson version to 2.11.0
     new e314990  bump commons-math from 3.6 to 3.6.1

The 5 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                           | 4 ++--
 subprojects/groovy-testng/build.gradle | 8 +++++---
 subprojects/groovy-yaml/build.gradle   | 2 +-
 subprojects/performance/build.gradle   | 2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)


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

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

commit 6e7d0df94aaca4713a990c01d8ecb6f411ad1fa7
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 2e963f8..695cc72 100644
--- a/build.gradle
+++ b/build.gradle
@@ -153,7 +153,7 @@ ext {
     spockVersion = '2.0-M2-groovy-3.0'
     spotbugsVersion = '4.0.2'
     spotbugsAnnotationsVersion = '4.0.2'
-    checkstyleVersion = '8.30'
+    checkstyleVersion = '8.32'
     junit5Version = '5.6.2'
     junit5PlatformVersion = '1.6.2'
 }


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

commit 89bebba511dedaae93f0033bfda4a4444a8d8cd5
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/05: GROOVY-9536: Bump testng to 7.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 GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 2801ab544baf58748912299ed3b1ac26c645b5cf
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 4 14:50:53 2020 +1000

    GROOVY-9536: Bump testng to 7.2.0
---
 subprojects/groovy-testng/build.gradle | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/subprojects/groovy-testng/build.gradle b/subprojects/groovy-testng/build.gradle
index b54fe05..aa1a3a2 100644
--- a/subprojects/groovy-testng/build.gradle
+++ b/subprojects/groovy-testng/build.gradle
@@ -18,9 +18,11 @@
  */
 dependencies {
     api rootProject // TestNgRunner implements GroovyRunner...
-    runtime('org.testng:testng:6.14.3') {
-        // exclude 'optional' beanshell even though testng's pom doesn't say optional
-        exclude(group: 'org.apache-extras.beanshell', module: 'bsh')
+    runtime('org.testng:testng:7.2.0') {
+        exclude(group: 'com.google.inject', module: 'guice')
+        exclude(group: 'junit', module: 'junit')
+        exclude(group: 'org.apache.ant', module: 'ant')
+        exclude(group: 'org.yaml', module: 'snakeyaml')
     }
     testImplementation project(':groovy-test')
 }


[groovy] 02/05: GROOVY-9537: Bump xstream version to 1.4.12

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 b2d1e31b3f0425647cab577246e342af84b859a7
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 4 14:54:42 2020 +1000

    GROOVY-9537: Bump xstream version to 1.4.12
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 831e595..2e963f8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ ext {
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'
-    xstreamVersion = '1.4.11.1'
+    xstreamVersion = '1.4.12'
     spockVersion = '2.0-M2-groovy-3.0'
     spotbugsVersion = '4.0.2'
     spotbugsAnnotationsVersion = '4.0.2'