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 2022/05/27 04:32:27 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-10627: Bump jackson to 2.13.3

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 9061d335f2 GROOVY-10627: Bump jackson to 2.13.3
9061d335f2 is described below

commit 9061d335f2744791f2f997633f92c1ea1a886308
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri May 27 14:32:10 2022 +1000

    GROOVY-10627: Bump jackson to 2.13.3
---
 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 37125ec750..a06696ca0c 100644
--- a/subprojects/groovy-yaml/build.gradle
+++ b/subprojects/groovy-yaml/build.gradle
@@ -18,7 +18,7 @@
  */
 
 ext {
-    jacksonVersion = '2.13.1'
+    jacksonVersion = '2.13.3'
 }
 
 dependencies {