This is an automated email from the ASF dual-hosted git repository.

andor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 97e1789a4 Upgrade Guava to 32.1.3-jre (fix CVE-2023-2976, 
CVE-2020-8908)
97e1789a4 is described below

commit 97e1789a49481f08259a7d0d15d927e545a445a6
Author: guptas6est <[email protected]>
AuthorDate: Fri Dec 19 22:48:50 2025 +0530

    Upgrade Guava to 32.1.3-jre (fix CVE-2023-2976, CVE-2020-8908)
    
    Reviewers: PDavid, anmolnar
    Author: guptas6est
    Closes #2314 from guptas6est/fix/upgrade-guava
---
 zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml 
b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
index d8f75e551..b4185ebce 100644
--- a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
@@ -35,7 +35,7 @@
 
   <properties>
     <rat.version>0.6</rat.version>
-    <guava.version>30.0-jre</guava.version>
+    <guava.version>32.1.3-jre</guava.version>
   </properties>
 
   <build>

Reply via email to