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 9e7a13753e TIKA-4488: update aws, jsoup
9e7a13753e is described below
commit 9e7a13753efa921d721285ab056aec717c5515d4
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jan 3 14:07:14 2026 +0100
TIKA-4488: update aws, jsoup
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index bda3b67693..1ee281c092 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -313,7 +313,7 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.61.0</google.cloud.version>
- <aws2.version>2.40.16</aws2.version>
+ <aws2.version>2.41.1</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.
@@ -385,7 +385,7 @@
<jhighlight.version>1.1.1</jhighlight.version>
<jna.version>5.18.1</jna.version>
<json.simple.version>1.1.1</json.simple.version>
- <jsoup.version>1.21.2</jsoup.version>
+ <jsoup.version>1.22.1</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
<junit4.version>4.13.2</junit4.version>
<!-- junit 6.x requires jdk 17 -->