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 216b5a6167 OAK-12127: Update Derby version to 1.16.x (#2783)
216b5a6167 is described below
commit 216b5a61679f8e158a45055d52a9bbb1336c8b06
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Mar 5 22:26:26 2026 +0100
OAK-12127: Update Derby version to 1.16.x (#2783)
---
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 5b4036a37e..453c26d42a 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -63,7 +63,7 @@
<logback.version>1.2.13</logback.version>
<h2.version>2.1.214</h2.version>
<tika.version>1.28.5</tika.version>
- <derby.version>10.15.2.0</derby.version>
+ <derby.version>10.16.1.1</derby.version>
<jackson.version>2.17.3</jackson.version>
<testcontainers.version>1.21.4</testcontainers.version>
<pax-exam.version>4.14.0</pax-exam.version>