This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new b3554795a TIKA-4327: update aws, testcontainers, junit
b3554795a is described below
commit b3554795a2c2b2e6d2de29e11d07e7417055df0d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Jun 29 14:48:00 2025 +0200
TIKA-4327: update aws, testcontainers, junit
---
tika-parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index e51caac37..25624a232 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,7 +312,7 @@
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.53.2</google.cloud.version>
<aws.version>1.12.787</aws.version>
- <aws2.version>2.31.72</aws2.version>
+ <aws2.version>2.31.73</aws2.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in
org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.
@@ -399,7 +399,7 @@
<jsoup.version>1.21.1</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
<junit4.version>4.13.2</junit4.version>
- <junit5.version>5.13.2</junit5.version>
+ <junit5.version>6.0.0-M1</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.5.5</junrar.version>
<jwarc.version>0.31.1</jwarc.version>
@@ -442,7 +442,7 @@
<spring.version>6.2.8</spring.version>
<sqlite.version>3.50.1.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
- <testcontainers.version>1.21.2</testcontainers.version>
+ <testcontainers.version>1.21.3</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
<tukaani.version>1.10</tukaani.version>
<twelvemonkeys.version>3.12.0</twelvemonkeys.version>