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 2018/12/16 13:31:05 UTC

[groovy] branch master updated: GROOVY-8928: Bump jackson-dataformat-yaml and jackson-databind to 2.9.8

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 1c53807  GROOVY-8928: Bump jackson-dataformat-yaml and jackson-databind to 2.9.8
1c53807 is described below

commit 1c53807fc60f495b58d22b90a01c63995a2d50f1
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Dec 16 21:30:30 2018 +0800

    GROOVY-8928: Bump jackson-dataformat-yaml and jackson-databind to 2.9.8
---
 subprojects/groovy-yaml/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/subprojects/groovy-yaml/build.gradle b/subprojects/groovy-yaml/build.gradle
index e1db2b2..3d6e89c 100644
--- a/subprojects/groovy-yaml/build.gradle
+++ b/subprojects/groovy-yaml/build.gradle
@@ -18,8 +18,8 @@
  */
 
 ext {
-    jacksondataformatyamlVersion = '2.9.7'
-    jacksondatabindVersion = '2.9.7'
+    jacksondataformatyamlVersion = '2.9.8'
+    jacksondatabindVersion = '2.9.8'
 }
 
 dependencies {