Skip to content

Commit

Permalink
Update zookeeper to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Oct 19, 2023
1 parent 251e0a0 commit e311571
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,12 @@
<version>1.16.0</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>

<dependency>
<groupId>dev.failsafe</groupId>
<artifactId>failsafe</artifactId>
Expand Down Expand Up @@ -1824,7 +1830,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.6.3</version>
<version>3.9.1</version>
<exclusions>
<exclusion>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit e311571

Please sign in to comment.