You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/11/07 12:32:43 UTC

(jackrabbit-oak) 01/01: OAK-10537: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.13

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

reschke pushed a commit to branch OAK-10537
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit ad4479e7274873deee21eff197bd96999ebe7c29
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Tue Nov 7 13:32:06 2023 +0100

    OAK-10537: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.13
---
 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 8a9b6c7d43..490cd083fd 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -45,7 +45,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>