You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pr...@apache.org on 2019/07/22 03:41:07 UTC

[zeppelin] branch master updated: [ZEPPELIN-4260] Upgrade Jackson-databind to 2.9.9.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7910841  [ZEPPELIN-4260] Upgrade Jackson-databind to 2.9.9.1
7910841 is described below

commit 79108419e956d4774f87303d970888a8c46132f8
Author: Gyula Komlossi <gk...@cloudera.com>
AuthorDate: Fri Jul 19 07:45:16 2019 +0200

    [ZEPPELIN-4260] Upgrade Jackson-databind to 2.9.9.1
    
    This is to upgrade the jackson-databind library to 2.9.9.1
    
    [Improvement]
    
    --
    
    https://issues.apache.org/jira/browse/ZEPPELIN-4260
    
    * [CI passed](https://travis-ci.org/gkomlossi/zeppelin/builds/560850429)
    
    * Does the licenses files need update? Yes
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Gyula Komlossi <gk...@cloudera.com>
    
    Closes #3410 from gkomlossi/master and squashes the following commits:
    
    3bd86aa5a [Gyula Komlossi] [ZEPPELIN-4260] Upgrade Jackson-databind to 2.9.9.1
    
    Change-Id: I2c719f133e57935c7e63d48ebe85584180a59ac1
---
 zeppelin-distribution/src/bin_license/LICENSE | 2 +-
 zeppelin-server/pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zeppelin-distribution/src/bin_license/LICENSE b/zeppelin-distribution/src/bin_license/LICENSE
index a95cf90..62201af 100644
--- a/zeppelin-distribution/src/bin_license/LICENSE
+++ b/zeppelin-distribution/src/bin_license/LICENSE
@@ -54,7 +54,7 @@ The following components are provided under Apache License.
     (Apache 2.0) Google Guava (com.google.guava:guava:15.0 - https://code.google.com/p/guava-libraries/)
     (Apache 2.0) Jackson (com.fasterxml.jackson.core:jackson-core:2.7.0 - https://github.com/FasterXML/jackson-core)
     (Apache 2.0) Jackson (com.fasterxml.jackson.core:jackson-annotations:2.9.9 - https://github.com/FasterXML/jackson-core)
-    (Apache 2.0) Jackson (com.fasterxml.jackson.core:jackson-databind:2.9.9 - https://github.com/FasterXML/jackson-core)
+    (Apache 2.0) Jackson (com.fasterxml.jackson.core:jackson-databind:2.9.9.1 - https://github.com/FasterXML/jackson-core)
     (Apache 2.0) Jackson Mapper ASL (org.codehaus.jackson:jackson-mapper-asl:1.9.13 - https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl/1.9.13)
     (Apache 2.0) javax.servlet (org.eclipse.jetty.orbit:javax.servlet:jar:3.1.0.v201112011016 - http://www.eclipse.org/jetty)
     (Apache 2.0) Joda-Time (joda-time:joda-time:2.8.1 - http://www.joda.org/joda-time/)
diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml
index 906c78a..9aafe6f 100644
--- a/zeppelin-server/pom.xml
+++ b/zeppelin-server/pom.xml
@@ -157,7 +157,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.9.9</version>
+      <version>2.9.9.1</version>
       <exclusions>
         <exclusion>
           <groupId>com.fasterxml.jackson.core</groupId>