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 2016/03/18 18:40:34 UTC

groovy git commit: GROOVY-7795: Upgrade xstream to 1.4.9

Repository: groovy
Updated Branches:
  refs/heads/master 40e9c1e20 -> bd020b5e9


GROOVY-7795: Upgrade xstream to 1.4.9


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

Branch: refs/heads/master
Commit: bd020b5e9938b13cf4dfb5de19489c7c923eda09
Parents: 40e9c1e
Author: pascalschumacher <pa...@gmx.net>
Authored: Fri Mar 18 18:39:36 2016 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Fri Mar 18 18:39:36 2016 +0100

----------------------------------------------------------------------
 build.gradle                         | 2 +-
 src/main/groovy/lang/GrabConfig.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/bd020b5e/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 1a54da2..a082738 100644
--- a/build.gradle
+++ b/build.gradle
@@ -151,7 +151,7 @@ ext {
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.19'
     xmlunitVersion = '1.6'
-    xstreamVersion = '1.4.8'
+    xstreamVersion = '1.4.9'
     spockVersion = '1.0-groovy-2.4'
 }
 

http://git-wip-us.apache.org/repos/asf/groovy/blob/bd020b5e/src/main/groovy/lang/GrabConfig.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/lang/GrabConfig.java b/src/main/groovy/lang/GrabConfig.java
index e259e38..7cbafb5 100644
--- a/src/main/groovy/lang/GrabConfig.java
+++ b/src/main/groovy/lang/GrabConfig.java
@@ -37,7 +37,7 @@ import java.lang.annotation.Target;
  * </pre>
  * Another example involving XStream:
  * <pre>
- * {@code @Grab}('com.thoughtworks.xstream:xstream:1.4.8'),
+ * {@code @Grab}('com.thoughtworks.xstream:xstream:1.4.9'),
  * {@code @Grab}('xpp3:xpp3_min:1.1.4c'),
  * {@code @GrabConfig}(systemClassLoader=true, initContextClassLoader=true)
  * import com.thoughtworks.xstream.*