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

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3a96942894 OAK-10962: oak-solr-osgi: update zookeeper dependency to 
3.9.2 (#1591)
3a96942894 is described below

commit 3a96942894c777b13a1930aa0a77ffba6c649d82
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Sat Jul 20 18:41:42 2024 +0200

    OAK-10962: oak-solr-osgi: update zookeeper dependency to 3.9.2 (#1591)
---
 oak-solr-osgi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-solr-osgi/pom.xml b/oak-solr-osgi/pom.xml
index caad3b56f7..aadd050a0f 100644
--- a/oak-solr-osgi/pom.xml
+++ b/oak-solr-osgi/pom.xml
@@ -137,7 +137,7 @@
         <dependency>
             <groupId>org.apache.zookeeper</groupId>
             <artifactId>zookeeper</artifactId>
-            <version><!-- see OAK-10548-->3.9.1</version>
+            <version>3.9.2</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

Reply via email to