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 ac72529b3 TIKA-4327: update error_prone_annotations
ac72529b3 is described below
commit ac72529b349f8748a7a058d15f45c6710facdfb0
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jul 25 17:26:33 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 59256ad70..1fddf6541 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -688,7 +688,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
- <version>2.40.0</version>
+ <version>2.41.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>