This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6f9cb9b998 OAK-10797: Update to Jackrabbit 2.20.16 (#1444)
6f9cb9b998 is described below
commit 6f9cb9b9986e7b97ffccea7088f52007cc9d3859
Author: Julian Reschke <[email protected]>
AuthorDate: Mon May 13 07:38:45 2024 +0200
OAK-10797: Update to Jackrabbit 2.20.16 (#1444)
---
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 25c9e6248c..7f089fe984 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -48,7 +48,7 @@
<project.reporting.outputEncoding>
${project.build.sourceEncoding}
</project.reporting.outputEncoding>
- <jackrabbit.version>2.20.15</jackrabbit.version>
+ <jackrabbit.version>2.20.16</jackrabbit.version>
<mongo.host>127.0.0.1</mongo.host>
<mongo.port>27017</mongo.port>
<mongo.db>MongoMKDB</mongo.db>