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 23:05:13 UTC

[groovy] 01/03: 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_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit f1bce714a6181aba893acdb24f67400557754613
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Feb 25 09:00:48 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 4b8e2d7..e2c6fb0 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'