Upgrade XStream (again) to 1.4.8

Revert cdc04e55fe now that animal sniffer 1.1.4 is available.
This commit is contained in:
Stephane Nicoll 2015-03-02 14:54:01 +01:00
parent 268471c637
commit 57d7e9dbff
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ configure(allprojects) { project ->
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.1.2.Final"
ext.woodstoxVersion = "4.4.1"
ext.xstreamVersion = "1.4.7"
ext.xstreamVersion = "1.4.8"
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"