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 10:18:49 UTC

[groovy] 03/03: GROOVY-10205: Bump jackson version to 2.12.5

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 d75100abc698fc2cbfb78812c25ceacb5b12b8f6
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Aug 27 20:18:40 2021 +1000

    GROOVY-10205: Bump jackson version to 2.12.5
---
 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 3efe128..f92c480 100644
--- a/subprojects/groovy-yaml/build.gradle
+++ b/subprojects/groovy-yaml/build.gradle
@@ -18,7 +18,7 @@
  */
 
 ext {
-    jacksonVersion = '2.12.4'
+    jacksonVersion = '2.12.5'
 }
 
 dependencies {