From ff191f330e1166e4083ab8ac88fca46175d7f72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:35:29 +0000 Subject: [PATCH] chore(deps): bump io.grpc:grpc-okhttp from 1.80.0 to 1.81.0 Bumps [io.grpc:grpc-okhttp](https://github.com/grpc/grpc-java) from 1.80.0 to 1.81.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.80.0...v1.81.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-okhttp dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6b09cef7a..90d83079e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -54,7 +54,7 @@ google-play-billing = "8.3.0" google-play-updates = "2.1.0" grpc = "1.81.0" -grpc-okhttp = "1.80.0" +grpc-okhttp = "1.81.0" grpc-kotlin = "1.5.0" protobuf = "4.34.1" protobuf-plugin = "0.10.0"