From b6d1c61388c96a21f1f705c8e13c5d02d3726fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:23:11 +0000 Subject: [PATCH] build(deps): bump io.grpc:grpc-okhttp from 1.82.2 to 1.83.0 Bumps [io.grpc:grpc-okhttp](https://github.com/grpc/grpc-java) from 1.82.2 to 1.83.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.82.2...v1.83.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-okhttp dependency-version: 1.83.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 412eea0ef..c40244496 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.2" +grpc-okhttp = "1.83.0" grpc-kotlin = "1.5.0" protobuf = "4.35.1" protobuf-plugin = "0.10.0"