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 11:28:15 UTC

[groovy] branch GROOVY_3_0_X updated (d75100a -> aaeb000)

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 d75100a  GROOVY-10205: Bump jackson version to 2.12.5
     new d8a655a  GROOVY-10019: Bump picocli to 4.6.1
     new aaeb000  GROOVY-10203: Bump xstream to 1.4.18

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:
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[groovy] 01/02: GROOVY-10019: Bump picocli to 4.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 d8a655a55723ab2201708bc33941dae2570458c9
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Aug 27 21:27:27 2021 +1000

    GROOVY-10019: Bump picocli to 4.6.1
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 99fe7f9..f133a7f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -145,7 +145,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.14.0'
     openbeansVersion = '1.0.2'
-    picocliVersion = '4.5.2'
+    picocliVersion = '4.6.1'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.31'
     xmlunitVersion = '1.6'

[groovy] 02/02: GROOVY-10203: Bump xstream to 1.4.18

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 aaeb000bffc7f5b18b83627a7683d5433f6f1bde
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Aug 27 21:28:09 2021 +1000

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

diff --git a/build.gradle b/build.gradle
index f133a7f..c9a9afc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ ext {
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.31'
     xmlunitVersion = '1.6'
-    xstreamVersion = '1.4.15'
+    xstreamVersion = '1.4.18'
     spockVersion = '2.0-groovy-3.0'
     spotbugsVersion = '4.4.0'
     spotbugsAnnotationsVersion = '4.4.0'