mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-10 00:20:42 +02:00
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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user