This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 90b72deec2 TIKA-4327: update httpcore5
90b72deec2 is described below
commit 90b72deec26b7d0fb693c3de4dbaade6022acbf1
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jun 25 16:11:13 2026 +0200
TIKA-4327: update httpcore5
---
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 265d1e473b..045ee9efc7 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1234,11 +1234,11 @@
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1.MR</version>
</dependency>
- <!-- TODO try removing after updating aws2, last tested with 2.46.10,
trouble with transcribe -->
+ <!-- TODO try removing after updating aws2, last tested with 2.46.17,
trouble with transcribe -->
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
- <version>5.4.2</version>
+ <version>5.4.3</version>
</dependency>
</dependencies>
</dependencyManagement>