This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit 29e2fe376629fee82032090f28cada067bb3fed4 Author: Amichai Rothman <[email protected]> AuthorDate: Thu May 22 16:57:26 2025 +0300 ARIES-2188 Upgrade Zookeeper to 3.9.3 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index eb6002ef..35db0cfa 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -34,7 +34,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <bnd.version>6.4.0</bnd.version> - <zookeeper.version>3.9.1_1</zookeeper.version> + <zookeeper.version>3.9.3_1</zookeeper.version> <netty.version>4.1.101.Final</netty.version> <slf4j.version>2.0.17</slf4j.version> <logback.version>1.5.18</logback.version>
