From c25bee6158d97cf63a3a49c3bad06e731119d595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:11:28 +0000 Subject: [PATCH] Bump io.grpc:grpc-netty from 1.79.0 to 1.80.0 Bumps [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) from 1.79.0 to 1.80.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.79.0...v1.80.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty dependency-version: 1.80.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 9abb982..b5e1a75 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,9 +45,9 @@ dependencies { implementation("org.hibernate.orm:hibernate-core:7.2.7.Final") implementation("org.reflections:reflections:0.10.2") - implementation("io.grpc:grpc-stub:1.79.0") - implementation("io.grpc:grpc-protobuf:1.79.0") - implementation("io.grpc:grpc-netty:1.79.0") + 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("com.google.protobuf:protobuf-java:4.34.0") implementation("com.google.protobuf:protobuf-java-util:4.34.0")