From f78eaf4f3e5310fefb5aef15be0120da26968478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:32:24 +0000 Subject: [PATCH] Bump io.grpc:grpc-kotlin-stub from 1.4.3 to 1.5.0 Bumps [io.grpc:grpc-kotlin-stub](https://github.com/grpc/grpc-kotlin) from 1.4.3 to 1.5.0. - [Release notes](https://github.com/grpc/grpc-kotlin/releases) - [Changelog](https://github.com/grpc/grpc-kotlin/blob/master/CHANGELOG.md) - [Commits](https://github.com/grpc/grpc-kotlin/compare/v1.4.3...v1.5.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-kotlin-stub dependency-version: 1.5.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 b8fb589df8..10a422dd4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ ehcache3 = "3.11.1" gmetric4j = "1.0.10" google-cloud-monitoring = "3.76.0" grpc = "1.76.0" -grpcKotlin = "1.4.3" +grpcKotlin = "1.5.0" guava = "32.1.3-jre" guice = "5.1.0" h2 = "2.4.240"