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 a3c1bf1a1 TIKA-4327: update error_prone_annotations
a3c1bf1a1 is described below
commit a3c1bf1a1a7e8f6f3d270444c78c99089c800c1b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jun 25 09:13:27 2025 +0200
TIKA-4327: 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 a56add1b5..404ebc8db 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -683,10 +683,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>