From a47d92a40542d54d7c968e8bd5bf2687701bff16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:13:37 +0000 Subject: [PATCH] Bump io.grpc:grpc-netty from 1.80.0 to 1.81.0 Bumps [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) from 1.80.0 to 1.81.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.80.0...v1.81.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty dependency-version: 1.81.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 8bc8690..85fb034 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,9 +45,9 @@ dependencies { implementation("org.hibernate.orm:hibernate-core:7.3.1.Final") implementation("org.reflections:reflections:0.10.2") - implementation("io.grpc:grpc-stub:1.80.0") - implementation("io.grpc:grpc-protobuf:1.80.0") - implementation("io.grpc:grpc-netty:1.80.0") + implementation("io.grpc:grpc-stub:1.81.0") + implementation("io.grpc:grpc-protobuf:1.81.0") + implementation("io.grpc:grpc-netty:1.81.0") implementation(platform("io.netty:netty-bom:4.2.12.Final")) implementation("com.google.protobuf:protobuf-java:4.34.1")