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 f9e50e3f6 TIKA-4421: update aws, sqlite, junit5, maven-model
f9e50e3f6 is described below
commit f9e50e3f6994d9aa0c5e8c9eaaf4c8b00b2b19fb
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jun 9 09:48:43 2025 +0200
TIKA-4421: update aws, sqlite, junit5, maven-model
---
tika-parent/pom.xml | 13 ++++---------
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml | 2 +-
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 70e219a5b..99ebc4426 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -310,8 +310,8 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.53.0</google.cloud.version>
- <aws.version>1.12.783</aws.version> <!-- convergence problems with 785,
wait -->
- <aws2.version>2.31.56</aws2.version>
+ <aws.version>1.12.785</aws.version>
+ <aws2.version>2.31.59</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.
@@ -392,7 +392,7 @@
<jsoup.version>1.20.1</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
<junit4.version>4.13.2</junit4.version>
- <junit5.version>5.13.0</junit5.version>
+ <junit5.version>5.13.1</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.5.5</junrar.version>
<jwarc.version>0.31.1</jwarc.version>
@@ -436,7 +436,7 @@
<!-- NOTE: Spring 6 requires jdk17 -->
<!-- remove from ossindex when bumping from 5.3.39 -->
<spring.version>5.3.39</spring.version>
- <sqlite.version>3.49.1.0</sqlite.version>
+ <sqlite.version>3.50.1.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
<testcontainers.version>1.21.1</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
@@ -557,11 +557,6 @@
<!-- can't update to 7.0.0: "class file has wrong version 61.0, should
be 55.0" -->
<version>${biz.aqute.version}</version>
</dependency>
- <dependency>
- <groupId>com.amazonaws</groupId>
- <artifactId>aws-java-sdk-s3</artifactId>
- <version>${aws.version}</version>
- </dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
diff --git a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
index b0d71f55d..c5a057369 100644
--- a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
@@ -186,7 +186,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
- <version>3.9.9</version>
+ <version>3.9.10</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>