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 2022/02/24 02:06:54 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-10490: Bump xstream to 1.4.19 (port to 3_0_X)

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

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 8945cfc  GROOVY-10490: Bump xstream to 1.4.19 (port to 3_0_X)
8945cfc is described below

commit 8945cfc4edb93de738721c8546b940e73ebce316
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 12:06:48 2022 +1000

    GROOVY-10490: Bump xstream to 1.4.19 (port to 3_0_X)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index b942295..ad3d5c6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ ext {
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.31'
     xmlunitVersion = '1.6'
-    xstreamVersion = '1.4.18'
+    xstreamVersion = '1.4.19'
     spockVersion = '2.0-groovy-3.0'
     spotbugsVersion = '4.4.0'
     spotbugsAnnotationsVersion = '4.4.0'