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 0619f0e  KNOX-1966 - Upgrade jackson-databind to 2.9.9.2
0619f0e is described below

commit 0619f0ec0569752b240082cdc9c78e8d8b1262f2
Author: Kevin Risden <[email protected]>
AuthorDate: Mon Aug 5 14:32:09 2019 -0400

    KNOX-1966 - Upgrade jackson-databind to 2.9.9.2
    
    Signed-off-by: Kevin Risden <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ea85896..c862129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,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.1</jackson-databind.version>
+        <jackson-databind.version>2.9.9.2</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>

Reply via email to