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 ec0b3e6d1 TIKA-4455: update error_prone_annotations
ec0b3e6d1 is described below
commit ec0b3e6d16445b1410fa613b0398fc6f0eafddbb
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jul 25 17:26:20 2025 +0200
TIKA-4455: 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 41456b70f..328daa330 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -662,7 +662,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>