Browse Source

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
pull/7526/head
chrislu 7 days ago
parent
commit
a051452fe6
  1. 2
      test/java/spark/pom.xml

2
test/java/spark/pom.xml

@ -121,7 +121,7 @@
<dependency> <dependency>
<groupId>org.apache.zookeeper</groupId> <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId> <artifactId>zookeeper</artifactId>
<version>3.9.1</version>
<version>3.9.3</version>
</dependency> </dependency>
<!-- Apache Commons - Fix CVEs --> <!-- Apache Commons - Fix CVEs -->

Loading…
Cancel
Save