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 84cb28865b Bump com.google.errorprone:error_prone_annotations from
2.46.0 to 2.47.0 (#2592)
84cb28865b is described below
commit 84cb28865b425f88a5ff14ff86cd022557daf82c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 9 08:30:26 2026 +0100
Bump com.google.errorprone:error_prone_annotations from 2.46.0 to 2.47.0
(#2592)
Bumps
[com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone)
from 2.46.0 to 2.47.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.46.0...v2.47.0)
---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
dependency-version: 2.47.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 95317d5bfd..b18578a0a3 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -680,7 +680,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
- <version>2.46.0</version>
+ <version>2.47.0</version>
</dependency>
<!-- avoid dependency convergence error in Google Cloud Storage fetcher
starting with grpc 1.79.0 with google cloud 2.62.1 -->