From f9c60661c9aebc8be144aae5954f2f92fc1f097a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:06:54 +0000 Subject: [PATCH] chore(deps): bump io.grpc:grpc-stub from 1.80.0 to 1.81.0 Bumps [io.grpc:grpc-stub](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-stub dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- paper/build.gradle.kts | 4 ++-- velocity/build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/paper/build.gradle.kts b/paper/build.gradle.kts index 179bfc8..4637bb7 100644 --- a/paper/build.gradle.kts +++ b/paper/build.gradle.kts @@ -2,6 +2,6 @@ plugins { id("gg.grounds.paper-conventions") } dependencies { implementation(project(":common")) - implementation("io.grpc:grpc-netty-shaded:1.80.0") - implementation("io.grpc:grpc-stub:1.80.0") + implementation("io.grpc:grpc-netty-shaded:1.81.0") + implementation("io.grpc:grpc-stub:1.81.0") } diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 2bf44ca..cf31ac2 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -2,6 +2,6 @@ plugins { id("gg.grounds.velocity-conventions") } dependencies { implementation(project(":common")) - implementation("io.grpc:grpc-netty-shaded:1.80.0") - implementation("io.grpc:grpc-stub:1.80.0") + implementation("io.grpc:grpc-netty-shaded:1.81.0") + implementation("io.grpc:grpc-stub:1.81.0") }