You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/01/20 19:50:12 UTC

[isis] branch master updated: ISIS-2072: bumps jackson from 2.8.0 to 2.9.8

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 51dad14  ISIS-2072: bumps jackson from 2.8.0 to 2.9.8
51dad14 is described below

commit 51dad14925bea628e88d2ad6d419b3d05ccc180c
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Jan 20 19:25:58 2019 +0000

    ISIS-2072: bumps jackson from 2.8.0 to 2.9.8
    
    in order to avoid dependency convergence issues with libraries sitting on top
    wishing to exploit newer features (case insensitive enums in 2.9.0, fixing
    security issues in 2.9.0 through 2.9.7)
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 9b2f5f4..f855356 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -128,7 +128,7 @@
 
         <axon-core.version>2.4.4</axon-core.version>
 
-        <jackson.version>2.8.0</jackson.version>
+        <jackson.version>2.9.8</jackson.version>
         <gson.version>2.7</gson.version>
         <swagger-core.version>1.5.9</swagger-core.version>