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

baedke 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 1d9507d4aa OAK-11456: oak-solr-osgi embeds vulnerable Zookeeper 3.9.2 
(#2061)
1d9507d4aa is described below

commit 1d9507d4aa10c9a5f21bea8997ca87055a352ac9
Author: mbaedke <manfred.bae...@gmail.com>
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 01b0268fe5..404376456b 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.2</version>
+            <version>3.9.3</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

Reply via email to