Skip to content

Commit

Permalink
HDDS-10554. Bump Zookeeper to 3.8.4 (#6407)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Mar 20, 2024
1 parent e6ed46a commit 8dabb2b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<mockito.version>4.11.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<junit5.version>5.10.2</junit5.version>
<zookeeper.version>3.7.2</zookeeper.version>
<zookeeper.version>3.8.4</zookeeper.version>

<!-- Maven protoc compiler -->
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down Expand Up @@ -1228,6 +1228,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 8dabb2b

Please sign in to comment.