This is an automated email from the ASF dual-hosted git repository.
sunlan 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 7661c6d GROOVY-9898: Bump xstream to 1.4.15
7661c6d is described below
commit 7661c6d8909feeddf2aa915a1dbe6385c4499364
Author: Daniel Sun <[email protected]>
AuthorDate: Sat Jan 16 18:09:17 2021 +0800
GROOVY-9898: Bump xstream to 1.4.15
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 7e6c4a2..0a6767f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -155,7 +155,7 @@ ext {
qdoxVersion = '1.12.1'
slf4jVersion = '1.7.30'
xmlunitVersion = '1.6'
- xstreamVersion = '1.4.14'
+ xstreamVersion = '1.4.15'
spockVersion = '2.0-M4-groovy-3.0'
spotbugsVersion = '4.1.4'
spotbugsAnnotationsVersion = '4.1.4'