This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11805 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit f425cff61fb3d7cb191f8ffd43e48869add25957 Author: Julian Reschke <[email protected]> AuthorDate: Mon Jul 14 07:21:24 2025 +0100 OAK-11805: Update Oak 1.22 to Jackrabbit 2.20.17 --- 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 8ed35e766c..e6d08f4bbc 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -49,7 +49,7 @@ <project.reporting.outputEncoding> ${project.build.sourceEncoding} </project.reporting.outputEncoding> - <jackrabbit.version>2.20.16</jackrabbit.version> + <jackrabbit.version>2.20.17</jackrabbit.version> <mongo.host>127.0.0.1</mongo.host> <mongo.port>27017</mongo.port> <mongo.db>MongoMKDB</mongo.db>
