You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/04/06 06:24:49 UTC

[shardingsphere] branch master updated: Fix the dependency of jackson-dataformat-yaml and upgrade jackson to 2.14.0 (#25023)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7a54ea01c7f Fix the dependency of jackson-dataformat-yaml and upgrade jackson to 2.14.0 (#25023)
7a54ea01c7f is described below

commit 7a54ea01c7f2286f170d6c9f18f1b5ce9a525154
Author: Raigor <ra...@gmail.com>
AuthorDate: Thu Apr 6 14:24:36 2023 +0800

    Fix the dependency of jackson-dataformat-yaml and upgrade jackson to 2.14.0 (#25023)
---
 distribution/proxy-native/src/main/release-docs/LICENSE | 8 ++++----
 distribution/proxy/src/main/release-docs/LICENSE        | 8 ++++----
 pom.xml                                                 | 4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/distribution/proxy-native/src/main/release-docs/LICENSE b/distribution/proxy-native/src/main/release-docs/LICENSE
index e8873890563..159f6f46675 100644
--- a/distribution/proxy-native/src/main/release-docs/LICENSE
+++ b/distribution/proxy-native/src/main/release-docs/LICENSE
@@ -255,10 +255,10 @@ The text of each license is the standard Apache 2.0 license.
     httpclient5 5.1.3: https://hc.apache.org/httpcomponents-client-5.1.x, Apache 2.0
     httpcore5-h2 5.1.3: https://hc.apache.org/httpcomponents-core-5.1.x, Apache 2.0
     httpcore5 5.1.3: https://hc.apache.org/httpcomponents-core-5.1.x, Apache 2.0
-    jackson-annotations 2.13.4: http://github.com/FasterXML/jackson, Apache 2.0
-    jackson-core 2.13.4: http://github.com/FasterXML/jackson, Apache 2.0
-    jackson-databind 2.13.4: http://github.com/FasterXML/jackson, Apache 2.0
-    jackson-dataformat-yaml 2.13.4: http://github.com/FasterXML/jackson, Apache 2.0
+    jackson-annotations 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
+    jackson-core 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
+    jackson-databind 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
+    jackson-dataformat-yaml 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
     jcl-over-slf4j 1.7.36: https://github.com/qos-ch/slf4j, Apache 2.0
     jetcd-api 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
     jetcd-common 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
diff --git a/distribution/proxy/src/main/release-docs/LICENSE b/distribution/proxy/src/main/release-docs/LICENSE
index 0953b098706..5ad2b39acbf 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -254,10 +254,10 @@ The text of each license is the standard Apache 2.0 license.
     httpclient5 5.1.3: https://hc.apache.org/httpcomponents-client-5.1.x, Apache 2.0
     httpcore5-h2 5.1.3: https://hc.apache.org/httpcomponents-core-5.1.x, Apache 2.0
     httpcore5 5.1.3: https://hc.apache.org/httpcomponents-core-5.1.x, Apache 2.0
-    jackson-annotations 2.13.4: http://github.com/FasterXML/jackson, Apache 2.0
-    jackson-core 2.13.4: http://github.com/FasterXML/jackson, Apache 2.0
-    jackson-databind 2.13.4: http://github.com/FasterXML/jackson, Apache 2.0
-    jackson-dataformat-yaml 2.13.4: http://github.com/FasterXML/jackson, Apache 2.0
+    jackson-annotations 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
+    jackson-core 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
+    jackson-databind 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
+    jackson-dataformat-yaml 2.14.0: http://github.com/FasterXML/jackson, Apache 2.0
     jcl-over-slf4j 1.7.36: https://github.com/qos-ch/slf4j, Apache 2.0
     jetcd-api 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
     jetcd-common 0.7.5: https://github.com/etcd-io/jetcd, Apache 2.0
diff --git a/pom.xml b/pom.xml
index 75ab7b1c925..f915ee66f19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
         <antlr4.version>4.10.1</antlr4.version>
         <snakeyaml.version>1.33</snakeyaml.version>
         <gson.version>2.9.1</gson.version>
-        <jackson.version>2.13.4</jackson.version>
+        <jackson.version>2.14.0</jackson.version>
         <groovy.version>4.0.10</groovy.version>
         <freemarker.version>2.3.31</freemarker.version>
         <caffeine.version>2.9.3</caffeine.version>
@@ -217,7 +217,7 @@
                 <version>${gson.version}</version>
             </dependency>
             <dependency>
-                <groupId>com.fasterxml.jackson.core</groupId>
+                <groupId>com.fasterxml.jackson.dataformat</groupId>
                 <artifactId>jackson-dataformat-yaml</artifactId>
                 <version>${jackson.version}</version>
             </dependency>