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/05/24 14:40:11 UTC

[groovy] branch master updated: GROOVY-9142: Bump jackson-dataformat-yaml to 2.9.9

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 377047d  GROOVY-9142: Bump jackson-dataformat-yaml to 2.9.9
377047d is described below

commit 377047d603f4d2f41c3ba956492746695ca01b5b
Author: Daniel Sun <su...@apache.org>
AuthorDate: Fri May 24 22:39:54 2019 +0800

    GROOVY-9142: Bump jackson-dataformat-yaml to 2.9.9
---
 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 0b39b28..a6aa2fd 100644
--- a/subprojects/groovy-yaml/build.gradle
+++ b/subprojects/groovy-yaml/build.gradle
@@ -18,8 +18,8 @@
  */
 
 ext {
-    jacksondataformatyamlVersion = '2.9.8'
-    jacksondatabindVersion = '2.9.8'
+    jacksondataformatyamlVersion = '2.9.9'
+    jacksondatabindVersion = '2.9.9'
 }
 
 dependencies {