From aacf408ac3dfeb06fa18951d5f3ed8dcd0fafc50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:11:38 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java-util from 4.34.0 to 4.34.1 Bumps com.google.protobuf:protobuf-java-util from 4.34.0 to 4.34.1. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9abb982..46d8411 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,8 +48,8 @@ dependencies { 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("com.google.protobuf:protobuf-java:4.34.0") - implementation("com.google.protobuf:protobuf-java-util:4.34.0") + implementation("com.google.protobuf:protobuf-java:4.34.1") + implementation("com.google.protobuf:protobuf-java-util:4.34.1") implementation("org.springframework.boot:spring-boot-starter-web:4.0.3") implementation("org.springframework:spring-core:7.0.6")