This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 ebd4d92409 Bump com.google.errorprone:error_prone_annotations from
2.49.0 to 2.50.0 (#2890)
ebd4d92409 is described below
commit ebd4d9240987e0b444e0ccf76707cc4c02d658a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 15 08:36:12 2026 +0200
Bump com.google.errorprone:error_prone_annotations from 2.49.0 to 2.50.0
(#2890)
Bumps
[com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone)
from 2.49.0 to 2.50.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.49.0...v2.50.0)
---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
dependency-version: 2.50.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 611a7c0c45..3ffcba49c1 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -634,7 +634,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
- <version>2.49.0</version>
+ <version>2.50.0</version>
</dependency>
<!-- avoid dependency convergence error in Google Cloud Storage fetcher
starting with grpc 1.79.0 with google cloud 2.62.1 -->