From 122e301bf4cc23bd0e36ae9de1372c93926a7b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:06:34 +0000 Subject: [PATCH] Bump io.grpc:grpc-stub from 1.82.2 to 1.83.0 Bumps [io.grpc:grpc-stub](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-stub dependency-version: 1.83.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index decc277..a393613 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,9 +57,9 @@ dependencies { implementation("org.hibernate.orm:hibernate-core:7.4.5.Final") implementation("org.reflections:reflections:0.10.2") - implementation("io.grpc:grpc-stub:1.82.2") - implementation("io.grpc:grpc-protobuf:1.82.2") - implementation("io.grpc:grpc-netty:1.82.2") + implementation("io.grpc:grpc-stub:1.83.0") + implementation("io.grpc:grpc-protobuf:1.83.0") + implementation("io.grpc:grpc-netty:1.83.0") implementation(platform("io.netty:netty-bom:4.2.16.Final")) implementation("com.google.protobuf:protobuf-java:4.35.1")