From abcf624a2efab267755631c937321bcbca477cbf Mon Sep 17 00:00:00 2001 From: Jihoon Son Date: Wed, 9 Dec 2020 13:54:47 -0800 Subject: [PATCH] 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 31c3820fc9d..83f3decb804 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 @@ -256,6 +255,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 bfd6c50012f..d49d890ee7a 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,7 @@ 9.4.34.v20201102 1.19.3 2.10.2 + 2.10.5.1 1.9.13 2.8.2 5.1.48 @@ -451,7 +452,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} com.fasterxml.jackson.datatype