Upgrade to XStream 1.4.9

Issue: SPR-14084
This commit is contained in:
Juergen Hoeller 2016-03-24 13:51:03 +01:00
parent 2453edbb10
commit 7e4563a825
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ configure(allprojects) { project ->
ext.undertowVersion = "1.3.19.Final"
ext.woodstoxVersion = "5.0.1"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.8"
ext.xstreamVersion = "1.4.9"
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"