From ed33188195157bc8af44767e5a635e13ef4e57b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:16:12 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies 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 de02399..4c4299d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { `maven-publish` signing id("com.google.protobuf") version "0.9.4" - id("com.palantir.git-version") version "3.0.0" + id("com.palantir.git-version") version "3.1.0" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" } @@ -42,7 +42,7 @@ java { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.27.0" + artifact = "com.google.protobuf:protoc:4.27.1" } plugins { @@ -61,8 +61,8 @@ protobuf { } dependencies { - implementation("com.google.protobuf:protobuf-java:4.27.0") - implementation("com.google.protobuf:protobuf-java-util:4.27.0") + implementation("com.google.protobuf:protobuf-java:4.27.1") + implementation("com.google.protobuf:protobuf-java-util:4.27.1") implementation("io.grpc:grpc-protobuf:1.64.0") implementation("io.grpc:grpc-stub:1.64.0") implementation("io.grpc:grpc-netty-shaded:1.64.0")