You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/11/17 09:01:13 UTC

[groovy] branch master updated: GROOVY-9311: Bump jackson-dataformat-yaml to 2.10.1

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new cb6d9c3  GROOVY-9311: Bump jackson-dataformat-yaml to 2.10.1
cb6d9c3 is described below

commit cb6d9c3350e479bc453b0e0310594817da6e5f9f
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Nov 17 16:59:29 2019 +0800

    GROOVY-9311: Bump jackson-dataformat-yaml to 2.10.1
---
 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 986fed6..239cb20 100644
--- a/subprojects/groovy-yaml/build.gradle
+++ b/subprojects/groovy-yaml/build.gradle
@@ -18,7 +18,7 @@
  */
 
 ext {
-    jacksonVersion = '2.10.0'
+    jacksonVersion = '2.10.1'
 }
 
 dependencies {