You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2019/01/25 11:59:35 UTC

[struts] branch master updated: WW-5007 Upgrades Jackson libraries to version 2.9.8

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


The following commit(s) were added to refs/heads/master by this push:
     new 9029f15  WW-5007 Upgrades Jackson libraries to version 2.9.8
     new 6183fa0  Merge pull request #319 from lukaszlenart/WW-5007-jackson-ugrade-s26
9029f15 is described below

commit 9029f159dbbba43e84bece2ee339a34a4810b627
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Jan 25 12:36:22 2019 +0100

    WW-5007 Upgrades Jackson libraries to version 2.9.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4fb13ed..eb9b748 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
         <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.7</jackson.version>
+        <jackson.version>2.9.8</jackson.version>
 
         <!-- Site generation -->
         <fluido-skin.version>1.7</fluido-skin.version>