This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new f21c3f6992 TIKA-4488: adjust testcontainers usage, inspired by 4615
f21c3f6992 is described below
commit f21c3f6992475cd59b46a974e1957e9c7d87bcb9
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jan 9 06:13:02 2026 +0100
TIKA-4488: adjust testcontainers usage, inspired by 4615
---
tika-parent/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 55d0486550..9680bb0757 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -437,7 +437,6 @@
<sqlite.version>3.51.1.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
<testcontainers.version>2.0.3</testcontainers.version>
- <testcontainersv1.version>1.21.4</testcontainersv1.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
<tukaani.version>1.11</tukaani.version>
<twelvemonkeys.version>3.13.0</twelvemonkeys.version>