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 2b8d72eeee OAK-10537: Update Oak trunk and Oak 1.22 to Jackrabbit
2.20.13 (#1192)
2b8d72eeee is described below
commit 2b8d72eeeece9583e459b6c18f56b7d92419f60e
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Nov 7 13:36:27 2023 +0100
OAK-10537: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.13 (#1192)
---
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 48dfc95da0..7ab36157cc 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.12</jackrabbit.version>
+ <jackrabbit.version>2.20.13</jackrabbit.version>
<mongo.host>127.0.0.1</mongo.host>
<mongo.port>27017</mongo.port>
<mongo.db>MongoMKDB</mongo.db>