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 91949a0a58 OAK-10439: Update Oak trunk and Oak 1.22 to Jackrabbit
2.20.12 (#1109)
91949a0a58 is described below
commit 91949a0a58866525a0ab5f958357703f4e2ad087
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Sep 8 12:27:45 2023 +0200
OAK-10439: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.12 (#1109)
---
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 38a8224002..1ddc2a82ca 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -46,7 +46,7 @@
<project.reporting.outputEncoding>
${project.build.sourceEncoding}
</project.reporting.outputEncoding>
- <jackrabbit.version>2.20.11</jackrabbit.version>
+ <jackrabbit.version>2.20.12</jackrabbit.version>
<mongo.host>127.0.0.1</mongo.host>
<mongo.port>27017</mongo.port>
<mongo.db>MongoMKDB</mongo.db>