security: upgrade Apache ZooKeeper to 3.9.3

- Upgrade from 3.9.1 to 3.9.3
- Fixes GHSA-g93m-8x6h-g5gv: Authentication bypass in Admin Server
- Fixes GHSA-r978-9m6m-6gm6: Information disclosure in persistent watchers
- Fixes GHSA-2hmj-97jw-28jh: Insufficient permission check in snapshot/restore
- Addresses high and moderate severity vulnerabilities
This commit is contained in:
chrislu
2025-11-22 17:55:03 -08:00
parent 150deefdc0
commit a051452fe6
+1 -1
View File
@@ -121,7 +121,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.9.1</version>
<version>3.9.3</version>
</dependency>
<!-- Apache Commons - Fix CVEs -->