mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
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:
committed by
Yasser Zamani
parent
6d453ca70d
commit
9453e05559
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user