[Enhancement] Upgrade zookeeper to 3.9.1 due to CVE-2023-44981 (#32547)

Signed-off-by: Astralidea <astralidea@163.com>
This commit is contained in:
Felix Li 2023-10-12 10:11:19 +08:00 committed by GitHub
parent f5721058af
commit 61ef776941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ under the License.
<maven.compiler.target>1.8</maven.compiler.target>
<hadoop.version>3.3.6</hadoop.version>
<guava.version>32.0.1-jre</guava.version>
<zookeeper.version>3.9.0</zookeeper.version>
<zookeeper.version>3.9.1</zookeeper.version>
<protobuf.version>3.16.3</protobuf.version>
<thrift.version>0.14.1</thrift.version>
<tomcat.version>8.5.93</tomcat.version>