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 b2d1e31b3f0425647cab577246e342af84b859a7 Author: Paul King <[email protected]> AuthorDate: Mon May 4 14:54:42 2020 +1000 GROOVY-9537: Bump xstream version to 1.4.12 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 831e595..2e963f8 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ ext { qdoxVersion = '1.12.1' slf4jVersion = '1.7.25' xmlunitVersion = '1.6' - xstreamVersion = '1.4.11.1' + xstreamVersion = '1.4.12' spockVersion = '2.0-M2-groovy-3.0' spotbugsVersion = '4.0.2' spotbugsAnnotationsVersion = '4.0.2'
