This is an automated email from the ASF dual-hosted git repository. namelchev pushed a commit to branch ignite-2.16 in repository https://gitbox.apache.org/repos/asf/ignite.git
commit 597506fcb73a23cfb5bc19d45c50203808a2f20c Author: Aleksandr Nikolaev <[email protected]> AuthorDate: Mon Nov 20 19:24:32 2023 +0300 IGNITE-20770 Updated zookeeper version to 3.8.3 (#11023) (cherry picked from commit 5ccbd71e195463c4d4f28f3207e98e1606baaaf4) --- modules/zookeeper/pom.xml | 8 ++++++++ parent/pom.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/zookeeper/pom.xml b/modules/zookeeper/pom.xml index d823855a625..01b3847d53d 100644 --- a/modules/zookeeper/pom.xml +++ b/modules/zookeeper/pom.xml @@ -53,6 +53,14 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </exclusion> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + </exclusion> </exclusions> </dependency> diff --git a/parent/pom.xml b/parent/pom.xml index 8887e7b6810..234507bf30b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -147,7 +147,7 @@ <yammer.metrics.core.version>2.2.0</yammer.metrics.core.version> <yardstick.version>0.8.3</yardstick.version> <zkclient.version>0.5</zkclient.version> - <zookeeper.version>3.6.3</zookeeper.version> + <zookeeper.version>3.8.3</zookeeper.version> <zstd.version>1.5.5-5</zstd.version> <opencensus.version>0.22.0</opencensus.version> <commons.lang3.version>3.9</commons.lang3.version>
