This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch OAK-11831
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/OAK-11831 by this push:
new 784232854b OAK-11831: Update Oak trunk to Jackrabbit 2.22.2
784232854b is described below
commit 784232854ba55a76f4ceba0681c52c82f692641f
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Aug 1 07:22:59 2025 +0100
OAK-11831: Update Oak trunk to Jackrabbit 2.22.2
---
oak-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index e7e1d2833e..f66479e048 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -48,7 +48,7 @@
<project.reporting.outputEncoding>
${project.build.sourceEncoding}
</project.reporting.outputEncoding>
- <jackrabbit.version>2.22.1</jackrabbit.version>
+ <jackrabbit.version>2.22.2</jackrabbit.version>
<mongo.host>127.0.0.1</mongo.host>
<mongo.port>27017</mongo.port>
<mongo.db>MongoMKDB</mongo.db>