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 2c95ecfec TIKA-4327: update error_prone_annotations
2c95ecfec is described below
commit 2c95ecfec4ab09e829d4452dde9c5d8417175834
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Apr 19 12:54:30 2025 +0200
TIKA-4327: update error_prone_annotations
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 7988ac5cc..8abb144fe 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -675,7 +675,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
- <version>2.37.0</version>
+ <version>2.38.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>