You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2019/10/09 21:06:41 UTC

[impala] 02/04: Upgrade jackson-databind to 2.10

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

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

commit de6e27e6a05c2a533e4794e445f472ac26da8bee
Author: Tim Armstrong <ta...@cloudera.com>
AuthorDate: Mon Sep 30 10:52:10 2019 -0700

    Upgrade jackson-databind to 2.10
    
    This release has some changes that should reduce the number of CVEs
    associated with the dependency. See
    https://medium.com/@cowtowncoder/jackson-2-10-features-cd880674d8a2
    
    Change-Id: I4c4f175bfb454d79429b2308a58c4d5e1ac93a84
    Reviewed-on: http://gerrit.cloudera.org:8080/14324
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 impala-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impala-parent/pom.xml b/impala-parent/pom.xml
index 13cf973..cbb6c7b 100644
--- a/impala-parent/pom.xml
+++ b/impala-parent/pom.xml
@@ -58,7 +58,7 @@ under the License.
          so it's important to depend on the same one -->
     <guava.version>14.0.1</guava.version>
     <derby.version>10.14.2.0</derby.version>
-    <jackson-databind.version>2.9.9.2</jackson-databind.version>
+    <jackson-databind.version>2.10.0</jackson-databind.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>