From 6066d4f7f26f8db6cbaad4652f1dece1846eeec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:14:10 +0000 Subject: [PATCH] Bump io.grpc:grpc-protobuf from 1.82.2 to 1.83.0 Bumps [io.grpc:grpc-protobuf](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-protobuf 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 1dacf54..ed83127 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,9 +38,9 @@ dependencies { implementation("org.apache.commons:commons-configuration2:2.15.1") implementation("commons-beanutils:commons-beanutils:1.11.0") - 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")