mirror of
https://github.com/apache/struts.git
synced 2026-08-05 06:36:58 +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
This commit is contained in:
committed by
Yasser Zamani
parent
4ae1a6a26d
commit
f7b191f782
+2
-1
@@ -1,3 +1,4 @@
|
||||
dist: trusty
|
||||
language: java
|
||||
sudo: false
|
||||
|
||||
@@ -25,4 +26,4 @@ env:
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user