This is an automated email from the ASF dual-hosted git repository.
tallison 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 2a5bb03109 upgrade okhttp (#2646)
2a5bb03109 is described below
commit 2a5bb03109714bc1aacf53e3829eaee8dc14c0a1
Author: Tim Allison <[email protected]>
AuthorDate: Mon Feb 23 15:19:59 2026 -0500
upgrade okhttp (#2646)
---
tika-parsers/tika-parsers-ml/tika-inference/pom.xml | 6 +++---
tika-parsers/tika-parsers-ml/tika-parser-vlm-ocr-module/pom.xml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/tika-parsers/tika-parsers-ml/tika-inference/pom.xml
b/tika-parsers/tika-parsers-ml/tika-inference/pom.xml
index 7f79b2b52a..f56dcc19ad 100644
--- a/tika-parsers/tika-parsers-ml/tika-inference/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-inference/pom.xml
@@ -32,7 +32,7 @@
<name>Apache Tika inference module</name>
<properties>
- <okhttp.version>4.12.0</okhttp.version>
+ <okhttp.version>5.3.2</okhttp.version>
</properties>
<dependencyManagement>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
- <version>2.0.21</version>
+ <version>2.3.10</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -64,7 +64,7 @@
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
+ <artifactId>okhttp-jvm</artifactId>
<version>${okhttp.version}</version>
</dependency>
<dependency>
diff --git a/tika-parsers/tika-parsers-ml/tika-parser-vlm-ocr-module/pom.xml
b/tika-parsers/tika-parsers-ml/tika-parser-vlm-ocr-module/pom.xml
index 6c15df91ff..6de2e96345 100644
--- a/tika-parsers/tika-parsers-ml/tika-parser-vlm-ocr-module/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-parser-vlm-ocr-module/pom.xml
@@ -32,7 +32,7 @@
<name>Apache Tika VLM OCR parser module</name>
<properties>
- <okhttp.version>4.12.0</okhttp.version>
+ <okhttp.version>5.3.2</okhttp.version>
<commonmark.version>0.27.1</commonmark.version>
</properties>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
- <version>2.0.21</version>
+ <version>2.3.10</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -65,7 +65,7 @@
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
+ <artifactId>okhttp-jvm</artifactId>
<version>${okhttp.version}</version>
</dependency>
<dependency>