From 96c1ce057384f15dce695ee7dad0eef9cd33ef6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:13:26 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies to v1.75.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 39a687b..96df269 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ protobuf { plugins { id("grpc") { - artifact = "io.grpc:protoc-gen-grpc-java:1.74.0" + artifact = "io.grpc:protoc-gen-grpc-java:1.75.0" } } @@ -63,9 +63,9 @@ protobuf { dependencies { implementation("com.google.protobuf:protobuf-java:4.32.0") implementation("com.google.protobuf:protobuf-java-util:4.32.0") - implementation("io.grpc:grpc-protobuf:1.74.0") - implementation("io.grpc:grpc-stub:1.74.0") - implementation("io.grpc:grpc-netty-shaded:1.74.0") + implementation("io.grpc:grpc-protobuf:1.75.0") + implementation("io.grpc:grpc-stub:1.75.0") + implementation("io.grpc:grpc-netty-shaded:1.75.0") implementation("io.netty:netty-tcnative-boringssl-static:2.0.72.Final") implementation("org.testcontainers:testcontainers:1.21.3") implementation("build.buf:protovalidate:0.13.0")