This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/struts-2-5-x by this push: new f7b191f WW-5033 - Update to latest versions for some Struts 2.5.x dependencies: (#362) f7b191f is described below commit f7b191f782ae53d3bde3e62953a0a1419278ce0a Author: JCgH4164838Gh792C124B5 <43964333+jcgh4164838gh792c12...@users.noreply.github.com> AuthorDate: Sat Sep 7 06:03:34 2019 -0400 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 --- .travis.yml | 3 ++- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d07d990..1d9d615 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: trusty language: java sudo: false @@ -25,4 +26,4 @@ env: cache: directories: - $HOME/.m2 - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index c73be77..2fff51b 100644 --- a/pom.xml +++ b/pom.xml @@ -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>