This is an automated email from the ASF dual-hosted git repository. amashchenko 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 2226fcc Update Three Struts 2.5.x dependencies to latest versions: - Jackson 2.9.8 -> 2.9.9 - Log4j2 2.11.1 -> 2.11.2 - OGNL 3.1.22 -> 3.1.23 Struts 2.5.21-SNAPSHOT builds successfully with these versions. new e74e553 Merge pull request #356 from JCgH4164838Gh792C124B5/local_25x_LibUpd3 2226fcc is described below commit 2226fcc168a44a4fe8de0afbe117eb3436ab8cce Author: JCgH4164838Gh792C124B5 <43964333+jcgh4164838gh792c12...@users.noreply.github.com> AuthorDate: Sat May 25 17:09:33 2019 -0400 Update Three Struts 2.5.x dependencies to latest versions: - Jackson 2.9.8 -> 2.9.9 - Log4j2 2.11.1 -> 2.11.2 - OGNL 3.1.22 -> 3.1.23 Struts 2.5.21-SNAPSHOT builds successfully with these versions. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cacddab..3cdd791 100644 --- a/pom.xml +++ b/pom.xml @@ -98,12 +98,12 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <spring.platformVersion>4.3.20.RELEASE</spring.platformVersion> - <ognl.version>3.1.22</ognl.version> + <ognl.version>3.1.23</ognl.version> <asm.version>7.0</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> - <jackson.version>2.9.8</jackson.version> + <log4j2.version>2.11.2</log4j2.version> + <jackson.version>2.9.9</jackson.version> <!-- Site generation --> <fluido-skin.version>1.7</fluido-skin.version>