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 b1ea02281 TIKA-4379: update error_prone_annotations
b1ea02281 is described below
commit b1ea022815cf019bf9f7ad9d76fd200a72f6cece
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Apr 19 12:55:11 2025 +0200
TIKA-4379: 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 c1dbca4fb..b267b6628 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -650,7 +650,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>