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/07/19 11:15:47 UTC

[groovy] branch GROOVY_2_5_X updated: GROOVY-10490: Bump xstream to 1.4.19

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

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


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 21feea936c GROOVY-10490: Bump xstream to 1.4.19
21feea936c is described below

commit 21feea936c2bbccf027b86e42c54243bb79eb080
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Jul 19 21:15:40 2022 +1000

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

diff --git a/build.gradle b/build.gradle
index ac2168b1be..193512fc0f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -163,7 +163,7 @@ ext {
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.36'
     xmlunitVersion = '1.6'
-    xstreamVersion = '1.4.10'
+    xstreamVersion = '1.4.19'
     spockVersion = '1.2-groovy-2.5'
     spotbugsannotationsVersion = '3.1.7'
 }