Skip to content

Commit cdc04e5

Browse files
committed
Temporary downgrade to XStream 1.4.7 until Animal Sniffer 1.14 is available
Animal Sniffer 1.11 fails against XStream 1.4.8 due to classes with 1.8 bytecode level. Animal Sniffer 1.14 will finally include ASM 5.0.3 for proper 1.8 bytecode support.
1 parent 44075d7 commit cdc04e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ configure(allprojects) { project ->
5757
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
5858
ext.undertowVersion = "1.1.2.Final"
5959
ext.woodstoxVersion = "4.4.1"
60-
ext.xstreamVersion = "1.4.8"
60+
ext.xstreamVersion = "1.4.7"
6161

6262
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
6363

0 commit comments

Comments
 (0)