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 2023/06/24 23:27:57 UTC

[groovy] 03/03: GROOVY-10884: Bump xstream to 1.4.20

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 f97c4a8c76fa0a254a23aa942bb08d58dec7b3e7
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Jun 25 09:27:35 2023 +1000

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

diff --git a/build.gradle b/build.gradle
index fd2dcb858a..badb347659 100644
--- a/build.gradle
+++ b/build.gradle
@@ -148,7 +148,7 @@ ext {
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.36'
     xmlunitVersion = '1.6'
-    xstreamVersion = '1.4.19'
+    xstreamVersion = '1.4.20'
     spockVersion = '2.2-groovy-3.0'
     spotbugsVersion = '4.7.1'
     spotbugsAnnotationsVersion = '4.7.1'