This is an automated email from the ASF dual-hosted git repository.
baedke pushed a commit to branch OAK-11456
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/OAK-11456 by this push:
new 70fa34cf17 OAK-11456: oak-solr-osgi embeds vulnerable Zookeeper 3.9.2
70fa34cf17 is described below
commit 70fa34cf17584ec612d2ba595833d6461dd6690b
Author: Manfred Baedke <[email protected]>
AuthorDate: Thu Feb 6 16:44:17 2025 +0100
OAK-11456: oak-solr-osgi embeds vulnerable Zookeeper 3.9.2
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>