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 2020/05/04 04:54:56 UTC

[groovy] branch master updated: GROOVY-9537: Bump xstream version to 1.4.12

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

paulk 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 b69c07e  GROOVY-9537: Bump xstream version to 1.4.12
b69c07e is described below

commit b69c07e574d3450ad5a1cc2c086778771bfbee54
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 4 14:54:42 2020 +1000

    GROOVY-9537: Bump xstream version to 1.4.12
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 6cd1697..f0deb16 100644
--- a/build.gradle
+++ b/build.gradle
@@ -145,7 +145,7 @@ ext {
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'
-    xstreamVersion = '1.4.11.1'
+    xstreamVersion = '1.4.12'
     spockVersion = '2.0-groovy-3.0-SNAPSHOT' // supports up to 9.9.99
     spotbugsVersion = '4.0.2'
     spotbugsAnnotationsVersion = '4.0.2'