From c49abc0c2fafba14a7672a34561cf48bc87f73c8 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 22 Nov 2025 17:55:17 -0800 Subject: [PATCH] security: upgrade Apache ZooKeeper to 3.9.4 - Upgrade from 3.9.3 to 3.9.4 (latest stable) - Ensures all known security vulnerabilities are patched - Fixes GHSA-g93m-8x6h-g5gv, GHSA-r978-9m6m-6gm6, GHSA-2hmj-97jw-28jh --- test/java/spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/java/spark/pom.xml b/test/java/spark/pom.xml index 566b482af..af75836e3 100644 --- a/test/java/spark/pom.xml +++ b/test/java/spark/pom.xml @@ -121,7 +121,7 @@ org.apache.zookeeper zookeeper - 3.9.3 + 3.9.4