This is an automated email from the ASF dual-hosted git repository.
jsedding 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 9eefe78a20 OAK-12041 - bump testcontainers to v1.21.4 (#2666)
9eefe78a20 is described below
commit 9eefe78a20e5b01dca22d1cead5344e0853aacc5
Author: Julian Sedding <[email protected]>
AuthorDate: Fri Dec 19 10:33:41 2025 +0100
OAK-12041 - bump testcontainers to v1.21.4 (#2666)
---
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 e8bab71210..e9b394c2b0 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -65,7 +65,7 @@
<tika.version>1.28.5</tika.version>
<derby.version>10.15.2.0</derby.version>
<jackson.version>2.17.3</jackson.version>
- <testcontainers.version>1.21.1</testcontainers.version>
+ <testcontainers.version>1.21.4</testcontainers.version>
<pax-exam.version>4.14.0</pax-exam.version>
<pax-url.version>2.6.17</pax-url.version>
<groovy.version>3.0.25</groovy.version>