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 a0651a7a5 TIKA-4440: update error_prone_annotations
a0651a7a5 is described below

commit a0651a7a548b03fdaa80066bff4eba3630bda643
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jun 25 09:13:01 2025 +0200

    TIKA-4440: update error_prone_annotations
---
 tika-parent/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 187d28293..0f61a3c2b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -657,10 +657,12 @@
         <artifactId>guava</artifactId>
         <version>${guava.version}</version>
       </dependency>
+      <!-- avoid dependency convergence error in tika-fetcher-microsoft-graph
+           because guava uses 2.36.0 and gson uses 2.38.0 -->
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <artifactId>error_prone_annotations</artifactId>
-        <version>2.38.0</version>
+        <version>2.39.0</version>
       </dependency>
       <dependency>
         <groupId>com.googlecode.json-simple</groupId>

Reply via email to