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 2caa24330 TIKA-4379: fix dependency convergence error
2caa24330 is described below

commit 2caa243305213d02c6da12e0d7c20034d32e6e7a
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Apr 13 13:24:54 2025 +0200

    TIKA-4379: 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 f74515e65..40033e958 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -647,6 +647,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