From c1bb89d8a299e8ba469b53d5ca2cd19dd4ba2e2e Mon Sep 17 00:00:00 2001 From: Liang Zhang Date: Mon, 16 Oct 2023 09:00:20 +0800 Subject: [PATCH] Upgrade dependencies version (#28763) * Upgrade zookeeper version * Upgrade zookeeper version * Upgrade zookeeper version * Upgrade logback version * Upgrade logback version * Upgrade logback version * Upgrade junit version * Upgrade junit version --- .../proxy-native/src/main/release-docs/LICENSE | 18 +++++++++--------- .../proxy/src/main/release-docs/LICENSE | 18 +++++++++--------- pom.xml | 14 +++++++------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/distribution/proxy-native/src/main/release-docs/LICENSE b/distribution/proxy-native/src/main/release-docs/LICENSE index dad8e756555ba..5bed3db28bf86 100644 --- a/distribution/proxy-native/src/main/release-docs/LICENSE +++ b/distribution/proxy-native/src/main/release-docs/LICENSE @@ -224,16 +224,16 @@ The text of each license is the standard Apache 2.0 license. caffeine 2.9.3: https://github.com/ben-manes/caffeine, Apache 2.0 calcite-core 1.35.0: https://calcite.apache.org, Apache 2.0 calcite-linq4j 1.35.0: https://calcite.apache.org, Apache 2.0 - commons-codec 1.15: https://github.com/apache/commons-codec, Apache 2.0 + commons-codec 1.16.0: https://github.com/apache/commons-codec, Apache 2.0 commons-collections4 4.4: https://github.com/apache/commons-collections, Apache 2.0 commons-exec 1.3: https://github.com/apache/commons-exec, Apache 2.0 commons-io 2.11.0: https://github.com/apache/commons-io, Apache 2.0 commons-lang 2.4: https://github.com/apache/commons-lang, Apache 2.0 commons-lang3 3.12.0: https://github.com/apache/commons-lang, Apache 2.0 commons-logging 1.1.3: https://github.com/apache/commons-logging, Apache 2.0 - curator-client 5.4.0: https://github.com/apache/curator, Apache 2.0 - curator-framework 5.4.0: https://github.com/apache/curator, Apache 2.0 - curator-recipes 5.4.0: https://github.com/apache/curator, Apache 2.0 + curator-client 5.5.0: https://github.com/apache/curator, Apache 2.0 + curator-framework 5.5.0: https://github.com/apache/curator, Apache 2.0 + curator-recipes 5.5.0: https://github.com/apache/curator, Apache 2.0 error_prone_annotations 2.22.0: https://github.com/google/error-prone, Apache 2.0 failsafe 2.4.4: https://github.com/jhalterman/failsafe, Apache 2.0 failureaccess 1.0.1: https://github.com/google/guava, Apache 2.0 @@ -247,7 +247,7 @@ The text of each license is the standard Apache 2.0 license. grpc-protobuf 1.58.0: https://github.com/grpc/grpc-java, Apache 2.0 grpc-protobuf-lite 1.58.0: https://github.com/grpc/grpc-java, Apache 2.0 grpc-stub 1.58.0: https://github.com/grpc/grpc-java, Apache 2.0 - gson 2.9.1: https://github.com/google/gson, Apache 2.0 + gson 2.10.1: https://github.com/google/gson, Apache 2.0 guava 32.1.2-jre: https://github.com/google/guava, Apache 2.0 HikariCP 4.0.3: https://github.com/brettwooldridge/HikariCP, Apache 2.0 httpclient5 5.1.3: https://hc.apache.org/httpcomponents-client-5.1.x, Apache 2.0 @@ -297,8 +297,8 @@ The text of each license is the standard Apache 2.0 license. snakeyaml 1.33: https://bitbucket.org/snakeyaml/snakeyaml, Apache 2.0 transmittable-thread-local 2.14.2: https://github.com/alibaba/transmittable-thread-local, Apache 2.0 uzaygezen-core 0.2: https://code.google.com/p/uzaygezen, Apache 2.0 - zookeeper 3.8.1: https://github.com/apache/zookeeper, Apache 2.0 - zookeeper-jute 3.8.1: https://github.com/apache/zookeeper, Apache 2.0 + zookeeper 3.9.0: https://github.com/apache/zookeeper, Apache 2.0 + zookeeper-jute 3.9.0: https://github.com/apache/zookeeper, Apache 2.0 ======================================================================== Apache 2.0 licenses @@ -351,8 +351,8 @@ EPL licenses The following components are provided under the EPL License. See project link for details. The text of each license is also included at licenses/LICENSE-[project].txt. - logback-classic 1.2.11: https://github.com/qos-ch/logback, EPL 1.0 - logback-core 1.2.11: https://github.com/qos-ch/logback, EPL 1.0 + logback-classic 1.2.12: https://github.com/qos-ch/logback, EPL 1.0 + logback-core 1.2.12: https://github.com/qos-ch/logback, EPL 1.0 mchange-commons-java 0.2.15: https://github.com/swaldman/mchange-commons-java, EPL 1.0 h2 2.2.224: https://github.com/h2database/h2database, EPL 1.0 diff --git a/distribution/proxy/src/main/release-docs/LICENSE b/distribution/proxy/src/main/release-docs/LICENSE index dad8e756555ba..5bed3db28bf86 100644 --- a/distribution/proxy/src/main/release-docs/LICENSE +++ b/distribution/proxy/src/main/release-docs/LICENSE @@ -224,16 +224,16 @@ The text of each license is the standard Apache 2.0 license. caffeine 2.9.3: https://github.com/ben-manes/caffeine, Apache 2.0 calcite-core 1.35.0: https://calcite.apache.org, Apache 2.0 calcite-linq4j 1.35.0: https://calcite.apache.org, Apache 2.0 - commons-codec 1.15: https://github.com/apache/commons-codec, Apache 2.0 + commons-codec 1.16.0: https://github.com/apache/commons-codec, Apache 2.0 commons-collections4 4.4: https://github.com/apache/commons-collections, Apache 2.0 commons-exec 1.3: https://github.com/apache/commons-exec, Apache 2.0 commons-io 2.11.0: https://github.com/apache/commons-io, Apache 2.0 commons-lang 2.4: https://github.com/apache/commons-lang, Apache 2.0 commons-lang3 3.12.0: https://github.com/apache/commons-lang, Apache 2.0 commons-logging 1.1.3: https://github.com/apache/commons-logging, Apache 2.0 - curator-client 5.4.0: https://github.com/apache/curator, Apache 2.0 - curator-framework 5.4.0: https://github.com/apache/curator, Apache 2.0 - curator-recipes 5.4.0: https://github.com/apache/curator, Apache 2.0 + curator-client 5.5.0: https://github.com/apache/curator, Apache 2.0 + curator-framework 5.5.0: https://github.com/apache/curator, Apache 2.0 + curator-recipes 5.5.0: https://github.com/apache/curator, Apache 2.0 error_prone_annotations 2.22.0: https://github.com/google/error-prone, Apache 2.0 failsafe 2.4.4: https://github.com/jhalterman/failsafe, Apache 2.0 failureaccess 1.0.1: https://github.com/google/guava, Apache 2.0 @@ -247,7 +247,7 @@ The text of each license is the standard Apache 2.0 license. grpc-protobuf 1.58.0: https://github.com/grpc/grpc-java, Apache 2.0 grpc-protobuf-lite 1.58.0: https://github.com/grpc/grpc-java, Apache 2.0 grpc-stub 1.58.0: https://github.com/grpc/grpc-java, Apache 2.0 - gson 2.9.1: https://github.com/google/gson, Apache 2.0 + gson 2.10.1: https://github.com/google/gson, Apache 2.0 guava 32.1.2-jre: https://github.com/google/guava, Apache 2.0 HikariCP 4.0.3: https://github.com/brettwooldridge/HikariCP, Apache 2.0 httpclient5 5.1.3: https://hc.apache.org/httpcomponents-client-5.1.x, Apache 2.0 @@ -297,8 +297,8 @@ The text of each license is the standard Apache 2.0 license. snakeyaml 1.33: https://bitbucket.org/snakeyaml/snakeyaml, Apache 2.0 transmittable-thread-local 2.14.2: https://github.com/alibaba/transmittable-thread-local, Apache 2.0 uzaygezen-core 0.2: https://code.google.com/p/uzaygezen, Apache 2.0 - zookeeper 3.8.1: https://github.com/apache/zookeeper, Apache 2.0 - zookeeper-jute 3.8.1: https://github.com/apache/zookeeper, Apache 2.0 + zookeeper 3.9.0: https://github.com/apache/zookeeper, Apache 2.0 + zookeeper-jute 3.9.0: https://github.com/apache/zookeeper, Apache 2.0 ======================================================================== Apache 2.0 licenses @@ -351,8 +351,8 @@ EPL licenses The following components are provided under the EPL License. See project link for details. The text of each license is also included at licenses/LICENSE-[project].txt. - logback-classic 1.2.11: https://github.com/qos-ch/logback, EPL 1.0 - logback-core 1.2.11: https://github.com/qos-ch/logback, EPL 1.0 + logback-classic 1.2.12: https://github.com/qos-ch/logback, EPL 1.0 + logback-core 1.2.12: https://github.com/qos-ch/logback, EPL 1.0 mchange-commons-java 0.2.15: https://github.com/swaldman/mchange-commons-java, EPL 1.0 h2 2.2.224: https://github.com/h2database/h2database, EPL 1.0 diff --git a/pom.xml b/pom.xml index 3cf4204a598a2..d987a063a420b 100644 --- a/pom.xml +++ b/pom.xml @@ -68,13 +68,13 @@ 2.22.0 3.12.0 4.4 - 1.15 + 1.16.0 2.14.2 4.10.1 1.14.8 1.33 - 2.9.1 + 2.10.1 2.14.0 2.8.0 4.0.10 @@ -92,15 +92,15 @@ 1.1 - 3.8.1 - 5.4.0 + 3.9.0 + 5.5.0 0.7.5 1.58.0 3.0.3 1.7.36 - 1.2.11 + 1.2.12 1.18.30 @@ -114,12 +114,12 @@ 4.0.3 - 5.9.2 + 5.10.0 2.2 4.11.0 + 4.2.0 3.21.12 - 4.2.0 0.6.1