From 82ed7d54ca628dd949d28db92394ff9dc71e4001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:41:51 +0000 Subject: [PATCH] Bump io.grpc:grpc-protobuf from 1.82.0 to 1.82.1 Bumps [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) from 1.82.0 to 1.82.1. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.82.0...v1.82.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-protobuf dependency-version: 1.82.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3cba297..7afd190 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,9 +57,9 @@ dependencies { implementation("org.hibernate.orm:hibernate-core:7.4.2.Final") implementation("org.reflections:reflections:0.10.2") - implementation("io.grpc:grpc-stub:1.82.0") - implementation("io.grpc:grpc-protobuf:1.82.0") - implementation("io.grpc:grpc-netty:1.82.0") + implementation("io.grpc:grpc-stub:1.82.1") + implementation("io.grpc:grpc-protobuf:1.82.1") + implementation("io.grpc:grpc-netty:1.82.1") implementation(platform("io.netty:netty-bom:4.2.15.Final")) implementation("com.google.protobuf:protobuf-java:4.35.1")