You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2021/01/27 04:21:01 UTC

[druid] branch 0.20.1 updated: Bump up jackson-databind to 2.10.5.1 (#10655)

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

jihoonson pushed a commit to branch 0.20.1
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/0.20.1 by this push:
     new d301716  Bump up jackson-databind to 2.10.5.1 (#10655)
d301716 is described below

commit d301716a5ff1568ba1271bbb76c31683b1676909
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Wed Dec 9 13:54:47 2020 -0800

    Bump up jackson-databind to 2.10.5.1 (#10655)
    
    * Bump up jackson version to 2.10.5.1
    
    * only jackson-databind
    
    * license
---
 licenses.yaml | 32 +++++++++++++++++++++++++++++++-
 pom.xml       |  3 ++-
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 4410ecc..2fe0c14 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -222,7 +222,6 @@ version: 2.10.2
 libraries:
   - com.fasterxml.jackson.core: jackson-annotations
   - com.fasterxml.jackson.core: jackson-core
-  - com.fasterxml.jackson.core: jackson-databind
   - com.fasterxml.jackson.dataformat: jackson-dataformat-cbor
   - com.fasterxml.jackson.dataformat: jackson-dataformat-smile
   - com.fasterxml.jackson.datatype: jackson-datatype-guava
@@ -255,6 +254,37 @@ notice: |
 
 ---
 
+name: Jackson
+license_category: binary
+module: java-core
+license_name: Apache License version 2.0
+version: 2.10.5.1
+libraries:
+  - com.fasterxml.jackson.core: jackson-databind
+notice: |
+  # Jackson JSON processor
+
+  Jackson is a high-performance, Free/Open Source JSON processing library.
+  It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
+  been in development since 2007.
+  It is currently developed by a community of developers, as well as supported
+  commercially by FasterXML.com.
+
+  ## Licensing
+
+  Jackson core and extension components may licensed under different licenses.
+  To find the details that apply to this artifact see the accompanying LICENSE file.
+  For more information, including possible other licensing options, contact
+  FasterXML.com (http://fasterxml.com).
+
+  ## Credits
+
+  A list of contributors may be found from CREDITS file, which is included
+  in some artifacts (usually source distributions); but is always available
+  from the source code management (SCM) system project uses.
+
+---
+
 name: JavaBeans Activation Framework API JAR
 license_category: binary
 module: java-core
diff --git a/pom.xml b/pom.xml
index f037849..070a56a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
         <jetty.version>9.4.30.v20200611</jetty.version>
         <jersey.version>1.19.3</jersey.version>
         <jackson.version>2.10.2</jackson.version>
+        <jackson.databind.version>2.10.5.1</jackson.databind.version>
         <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
         <log4j.version>2.8.2</log4j.version>
         <mysql.version>5.1.48</mysql.version>
@@ -452,7 +453,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <version>${jackson.version}</version>
+                <version>${jackson.databind.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.datatype</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org