WW-5033 - Update to latest versions for some Struts 2.5.x dependencies: (#362)

* WW-5033 - Update to latests versions for some Struts 2.5.x dependencies:
- ASM 7 -> 7.1
- Spring 4.3.20.RELEASE -> 4.3.24.RELEASE

* fix Travis build
This commit is contained in:
JCgH4164838Gh792C124B5
2019-09-07 06:03:34 -04:00
committed by Yasser Zamani
parent 4ae1a6a26d
commit f7b191f782
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
dist: trusty
language: java
sudo: false
@@ -25,4 +26,4 @@ env:
cache:
directories:
- $HOME/.m2
+2 -2
View File
@@ -97,9 +97,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.platformVersion>4.3.20.RELEASE</spring.platformVersion>
<spring.platformVersion>4.3.24.RELEASE</spring.platformVersion>
<ognl.version>3.1.23</ognl.version>
<asm.version>7.0</asm.version>
<asm.version>7.1</asm.version>
<tiles.version>3.0.8</tiles.version>
<tiles-request.version>1.0.7</tiles-request.version>
<log4j2.version>2.11.2</log4j2.version>