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 2017/08/16 00:05:36 UTC

groovy git commit: Bump xstream version to 1.4.10

Repository: groovy
Updated Branches:
  refs/heads/master e4a106901 -> 881e33915


Bump xstream version to 1.4.10


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/881e3391
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/881e3391
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/881e3391

Branch: refs/heads/master
Commit: 881e33915a877362df9d17a41518a00c954bc163
Parents: e4a1069
Author: sunlan <su...@apache.org>
Authored: Wed Aug 16 08:05:30 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Wed Aug 16 08:05:30 2017 +0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/881e3391/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 21f3a4b..4082af1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -179,7 +179,7 @@ ext {
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.21'
     xmlunitVersion = '1.6'
-    xstreamVersion = '1.4.9'
+    xstreamVersion = '1.4.10'
     spockVersion = '1.1-groovy-2.4-SNAPSHOT' // supports 3.0
     antlr4Version = '4.7'
     isReleaseVersion = !groovyVersion.toLowerCase().endsWith("snapshot")