This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
commit 9453e05559731a4f20e720fa268e25c0040b80c0 Author: JCgH4164838Gh792C124B5 <43964333+jcgh4164838gh792c12...@users.noreply.github.com> AuthorDate: Sat Sep 7 14:33:34 2019 +0430 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) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 60c81ff..6c1704a 100644 --- a/pom.xml +++ b/pom.xml @@ -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>