From 57d7e9dbff4da863fdc865d2101d6b6b35f190f8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 2 Mar 2015 14:54:01 +0100 Subject: [PATCH] Upgrade XStream (again) to 1.4.8 Revert cdc04e55fe85 now that animal sniffer 1.1.4 is available. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5815ceda0b..68f1c9a4f3 100644 --- a/build.gradle +++ b/build.gradle @@ -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"