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

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


The following commit(s) were added to refs/heads/1.22 by this push:
     new fba3ce1c6b OAK-11456: oak-solr-osgi embeds vulnerable Zookeeper 3.9.2 
(#2061)
fba3ce1c6b is described below

commit fba3ce1c6bf03745ec2bdbfd7abfbd7e0441f1f6
Author: mbaedke <[email protected]>
AuthorDate: Fri Feb 7 16:33:57 2025 +0100

    OAK-11456: oak-solr-osgi embeds vulnerable Zookeeper 3.9.2 (#2061)
    
    Updated to 3.6.3.
---
 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 f39ac66e6c..9e348cc6c7 100644
--- a/oak-solr-osgi/pom.xml
+++ b/oak-solr-osgi/pom.xml
@@ -144,7 +144,7 @@
         <dependency>
             <groupId>org.apache.zookeeper</groupId>
             <artifactId>zookeeper</artifactId>
-            <version>3.9.2</version>
+            <version>3.9.3</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

Reply via email to