This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits 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 eae0bf0720 TIKA-4738: update httpcore5
eae0bf0720 is described below

commit eae0bf07200ca3fac56bbf68973001547697944f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jun 25 16:11:32 2026 +0200

    TIKA-4738: 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 b9329c36cb..e301f164de 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1099,11 +1099,11 @@
         <artifactId>nimbus-jose-jwt</artifactId>
         <version>${nimbus-jose-jwt.version}</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>

Reply via email to