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

(cherry picked from commit f7b191f)
This commit is contained in:
JCgH4164838Gh792C124B5
2019-09-07 14:33:34 +04:30
committed by Yasser Zamani
parent 6d453ca70d
commit 9453e05559
+3 -3
View File
@@ -98,9 +98,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<spring.platformVersion>4.3.20.RELEASE</spring.platformVersion>
<spring.platformVersion>4.3.24.RELEASE</spring.platformVersion>
<ognl.version>3.2.10</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.1</log4j2.version>
@@ -271,7 +271,7 @@
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>