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/08/17 11:38:24 UTC

[groovy] branch master updated (c7fb9ae -> 228e029)

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 c7fb9ae  GROOVY-9690: Bump checkstyle to 8.35
     new 8795264  GROOVY-9693: bump picocli to 4.5.0
     new 228e029  GROOVY-9694: bump jackson version to 2.11.2

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


[groovy] 02/02: GROOVY-9694: bump jackson version to 2.11.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 228e029e829f9aaf97740022c516a5ae99452ed0
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Aug 17 21:38:11 2020 +1000

    GROOVY-9694: bump jackson version to 2.11.2
---
 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 8c857fc..306ca61 100644
--- a/subprojects/groovy-yaml/build.gradle
+++ b/subprojects/groovy-yaml/build.gradle
@@ -18,7 +18,7 @@
  */
 
 ext {
-    jacksonVersion = '2.11.1'
+    jacksonVersion = '2.11.2'
 }
 
 dependencies {


[groovy] 01/02: GROOVY-9693: bump picocli to 4.5.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 8795264d5acfbea4192de0e73d1bc1d3cb2150ec
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Aug 17 21:37:39 2020 +1000

    GROOVY-9693: bump picocli to 4.5.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index fee4d22..12e3eee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -142,7 +142,7 @@ ext {
     log4jVersion = '1.2.17'
     log4j2Version = '2.13.3'
     openbeansVersion = '1.0'
-    picocliVersion = '4.4.0'
+    picocliVersion = '4.5.0'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'