This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-10366 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 0c6be7b30c588405570acc9e2dc8db23cebbff56 Author: Julian Reschke <julian.resc...@gmx.de> AuthorDate: Mon Jul 24 13:43:10 2023 +0100 OAK-10366: Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.11 --- 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 8fbd76df02..fa7f1c70fc 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.10</jackrabbit.version> + <jackrabbit.version>2.20.11</jackrabbit.version> <mongo.host>127.0.0.1</mongo.host> <mongo.port>27017</mongo.port> <mongo.db>MongoMKDB</mongo.db>