This is an automated email from the ASF dual-hosted git repository.
maoling 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 14343545c [ZOOINSPECTOR] fix(sec): upgrade com.google.guava:guava to
30.0-jre
14343545c is described below
commit 14343545c44d3b36709ba425d13ec80a627ba519
Author: caption <[email protected]>
AuthorDate: Tue Feb 6 15:03:40 2024 +0800
[ZOOINSPECTOR] fix(sec): upgrade com.google.guava:guava to 30.0-jre
Reviewers: maoling
Author: chncaption
Closes #1932 from chncaption/oscs_fix_ccul1g8au51ofid2l2pg
---
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 ee209828f..778d03869 100755
--- 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>18.0</guava.version>
+ <guava.version>30.0-jre</guava.version>
</properties>
<build>