From f1b2b298b1dcb75f5c211c71b0b956d447859d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Tue, 24 Mar 2020 18:42:08 +0800 Subject: [PATCH] Upgrade jackson-databind version to 2.9.10 (#4565) --- apm-webapp/pom.xml | 13 +++++++++++++ dist-material/release-docs/LICENSE | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml index 2ca7200a31..674c458810 100644 --- a/apm-webapp/pom.xml +++ b/apm-webapp/pom.xml @@ -38,6 +38,7 @@ Edgware.SR1 1.6 1.2.3 + 2.9.10 ${project.parent.basedir}/skywalking-ui @@ -64,6 +65,18 @@ org.springframework.boot spring-boot-starter-actuator ${spring.boot.version} + + + com.fasterxml.jackson.core + jackson-databind + + + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson-version} org.springframework.boot diff --git a/dist-material/release-docs/LICENSE b/dist-material/release-docs/LICENSE index 79c643fd62..69d352a3c7 100755 --- a/dist-material/release-docs/LICENSE +++ b/dist-material/release-docs/LICENSE @@ -278,7 +278,7 @@ The text of each license is the standard Apache 2.0 license. instrumentation-api 0.4.3: https://github.com/google/instrumentation-java, Apache 2.0 jackson-annotations 2.8.0: https://github.com/FasterXML/jackson-annotations, Apache 2.0 jackson-core 2.8.8: https://github.com/FasterXML/jackson-core, Apache 2.0 - jackson-databind 2.8.8: https://github.com/FasterXML/jackson-databind, Apache 2.0 + jackson-databind 2.9.10: https://github.com/FasterXML/jackson-databind, Apache 2.0 jackson-dataformat 2.8.6: https://github.com/FasterXML/jackson-dataformats-binary, Apache 2.0 jackson-datatype-jdk8 2.8.8: https://github.com/FasterXML/jackson-modules-java8/tree/jackson-modules-java8-2.8.8, Apache 2.0 jackson-module-kotlin 2.8.8: http://kotlinlang.org, Apache 2.0 -- GitLab