You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/09/27 20:49:14 UTC

[knox] branch master updated: KNOX-2028 - Upgrade jackson to 2.9.10

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 739fc28  KNOX-2028 - Upgrade jackson to 2.9.10
739fc28 is described below

commit 739fc28284f50cf91ca7b527dc6560fd40b48f7e
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Sep 27 15:28:20 2019 -0500

    KNOX-2028 - Upgrade jackson to 2.9.10
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index c109083..6382013 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,12 +185,7 @@
         <httpclient.version>4.5.6</httpclient.version>
         <httpcore.version>4.4.11</httpcore.version>
         <j2e-pac4j.version>4.1.0</j2e-pac4j.version>
-        <jackson.version>2.9.9</jackson.version>
-        <!--
-          jackson-databind released a small bug fix for a CVE
-          remove the extra version when jackson version is bumped to 2.10.x
-        -->
-        <jackson-databind.version>2.9.9.3</jackson-databind.version>
+        <jackson.version>2.9.10</jackson.version>
         <jacoco-maven-plugin.version>0.8.4</jacoco-maven-plugin.version>
         <jansi.version>1.18</jansi.version>
         <javax.activation.version>1.2.0</javax.activation.version>
@@ -1482,7 +1477,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <version>${jackson-databind.version}</version>
+                <version>${jackson.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.dataformat</groupId>