This commit is contained in:
ChengDaqi2023 2025-04-10 16:20:42 +08:00 committed by GitHub
commit 0abd3f5ca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.3.2</version>
<version>3.5.5</version>
</dependency>

View File

@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.3.2</version>
<version>3.5.5</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>