From f0fc8a7dc8089144f67fe4b0d1ba5514d61a0e53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:37:14 +0000 Subject: [PATCH] build(deps): bump io.grpc:grpc-okhttp from 1.82.1 to 1.82.2 Bumps [io.grpc:grpc-okhttp](https://github.com/grpc/grpc-java) from 1.82.1 to 1.82.2. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.82.1...v1.82.2) --- updated-dependencies: - dependency-name: io.grpc:grpc-okhttp dependency-version: 1.82.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 20f37da03..2ae13402f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -57,7 +57,7 @@ google-play-billing = "9.1.0" google-play-updates = "2.1.0" grpc = "1.82.2" -grpc-okhttp = "1.82.1" +grpc-okhttp = "1.82.2" grpc-kotlin = "1.5.0" protobuf = "4.35.1" protobuf-plugin = "0.10.0"