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

tilman 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 adb242cbf TIKA-4327: fix dependency convergence error
adb242cbf is described below

commit adb242cbf4047f55671da17ba80543ba1b501b43
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Apr 13 13:25:15 2025 +0200

    TIKA-4327: fix dependency convergence error
---
 tika-parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 53fde70f1..6d6b3ab9c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -672,6 +672,11 @@
         <artifactId>guava</artifactId>
         <version>${guava.version}</version>
       </dependency>
+      <dependency>
+        <groupId>com.google.errorprone</groupId>
+        <artifactId>error_prone_annotations</artifactId>
+        <version>2.37.0</version>
+      </dependency>
       <dependency>
         <groupId>com.googlecode.json-simple</groupId>
         <artifactId>json-simple</artifactId>

Reply via email to