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 67a5f78c88 Revert "OAK-11456: oak-solr-osgi embeds vulnerable 
Zookeeper 3.9.2 (#2061)"
67a5f78c88 is described below

commit 67a5f78c886fe2ecff3c78ae6bf7657c743ad4fe
Author: Julian Reschke <[email protected]>
AuthorDate: Sat Feb 8 06:19:58 2025 +0100

    Revert "OAK-11456: oak-solr-osgi embeds vulnerable Zookeeper 3.9.2 (#2061)"
    
    This reverts commit 1d9507d4aa10c9a5f21bea8997ca87055a352ac9.
---
 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 404376456b..01b0268fe5 100644
--- a/oak-solr-osgi/pom.xml
+++ b/oak-solr-osgi/pom.xml
@@ -129,7 +129,7 @@
         <dependency>
             <groupId>org.apache.zookeeper</groupId>
             <artifactId>zookeeper</artifactId>
-            <version>3.9.3</version>
+            <version>3.9.2</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

Reply via email to