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 1eb469aacc Bump io.grpc:grpc-context from 1.69.0 to 1.78.0 (#2513)
1eb469aacc is described below
commit 1eb469aacc895136e607030ab21b8ccbcf45d4f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 12:22:07 2026 +0100
Bump io.grpc:grpc-context from 1.69.0 to 1.78.0 (#2513)
Bumps [io.grpc:grpc-context](https://github.com/grpc/grpc-java) from 1.69.0
to 1.78.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.69.0...v1.78.0)
---
updated-dependencies:
- dependency-name: io.grpc:grpc-context
dependency-version: 1.78.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-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml
b/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml
index c6bf426dfc..ceac1512e8 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml
@@ -67,7 +67,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-context</artifactId>
- <version>1.69.0</version>
+ <version>1.78.0</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>