This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new f2627c52c TIKA-4383: update testcontainers
f2627c52c is described below
commit f2627c52c104733b4f278580ac5dd2453f055ae8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Mar 7 20:26:34 2025 +0100
TIKA-4383: update testcontainers
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 125831cbf..16cbc8ca2 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -412,7 +412,7 @@
<spring.version>5.3.39</spring.version>
<sqlite.version>3.49.1.0</sqlite.version>
<tagsoup.version>1.2.1</tagsoup.version>
- <test.containers.version>1.20.5</test.containers.version>
+ <test.containers.version>1.20.6</test.containers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
<tukaani.version>1.10</tukaani.version>
<twelvemonkeys.version>3.12.0</twelvemonkeys.version>