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/08/08 19:06:32 UTC

[knox] branch master updated: KNOX-1969 - Upgrade jackson-databind to 2.9.9.3

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 4fde386  KNOX-1969 - Upgrade jackson-databind to 2.9.9.3
4fde386 is described below

commit 4fde38686d907083469b0a231f4562586212e51f
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Aug 8 12:40:38 2019 -0400

    KNOX-1969 - Upgrade jackson-databind to 2.9.9.3
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2b9d804..a7cc82e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
           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.2</jackson-databind.version>
+        <jackson-databind.version>2.9.9.3</jackson-databind.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>