From 95702f99ab321cb947c79ab1d5b16ac9644e238a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 12:57:27 +0000 Subject: [PATCH] build(deps): bump io.grpc:grpc-okhttp from 1.83.0 to 1.83.1 Bumps [io.grpc:grpc-okhttp](https://github.com/grpc/grpc-java) from 1.83.0 to 1.83.1. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.83.0...v1.83.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-okhttp dependency-version: 1.83.1 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 1fc699dce..5a09e97e4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -58,7 +58,7 @@ google-play-billing = "9.1.0" google-play-updates = "2.1.0" grpc = "1.83.0" -grpc-okhttp = "1.83.0" +grpc-okhttp = "1.83.1" grpc-kotlin = "1.5.0" protobuf = "4.35.1" protobuf-plugin = "0.10.0"