You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2018/12/31 07:11:21 UTC

svn commit: r1850019 - /ofbiz/branches/release16.11/build.gradle

Author: jleroux
Date: Mon Dec 31 07:11:21 2018
New Revision: 1850019

URL: http://svn.apache.org/viewvc?rev=1850019&view=rev
Log:
Improved: Prepare the migration to XStream 1.5

Updates XStream to 1.4.11.1

The previous version was not already supporting XStream::setupDefaultSecurity 

Modified:
    ofbiz/branches/release16.11/build.gradle

Modified: ofbiz/branches/release16.11/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/build.gradle?rev=1850019&r1=1850018&r2=1850019&view=diff
==============================================================================
--- ofbiz/branches/release16.11/build.gradle (original)
+++ ofbiz/branches/release16.11/build.gradle Mon Dec 31 07:11:21 2018
@@ -99,7 +99,7 @@ dependencies {
     compile 'com.lowagie:itext:2.1.7'
     compile 'com.sun.mail:javax.mail:1.5.1'
     compile 'com.sun.syndication:com.springsource.com.sun.syndication:0.9.0'
-    compile 'com.thoughtworks.xstream:xstream:1.4.9'
+    compile 'com.thoughtworks.xstream:xstream:1.4.11.1'
     compile 'commons-cli:commons-cli:1.3.1'
     compile 'commons-net:commons-net:3.3'
     compile 'commons-validator:commons-validator:1.5.1'