This is an automated email from the ASF dual-hosted git repository.
fortino 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 057b30aa5a OAK-11598: bump testcontainers to v1.20.6 (#2176)
057b30aa5a is described below
commit 057b30aa5aa5dd49d4de518d835b19959ffac464
Author: Fabrizio Fortino <[email protected]>
AuthorDate: Thu Mar 13 09:04:11 2025 +0100
OAK-11598: bump testcontainers to v1.20.6 (#2176)
---
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 169401ad05..9530a76bf2 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -66,7 +66,7 @@
<tika.version>1.28.5</tika.version>
<derby.version>10.15.2.0</derby.version>
<jackson.version>2.17.2</jackson.version>
- <testcontainers.version>1.20.3</testcontainers.version>
+ <testcontainers.version>1.20.6</testcontainers.version>
<pax-exam.version>4.13.1</pax-exam.version>
<groovy.version>3.0.22</groovy.version>
<netty.version>4.1.115.Final</netty.version>