From 4b2a58a7d2d561ab5b2b5dd5031b10196db3b688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 01:29:38 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protoc from 4.27.1 to 4.27.2 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.27.1 to 4.27.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0b29d91..d51d0cc 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'com.diogonunes:JColor:5.5.1' implementation 'com.google.protobuf:protobuf-java:4.27.0' implementation 'com.google.protobuf:protobuf-java-util:4.27.2' - implementation 'com.google.protobuf:protoc:4.27.1' + implementation 'com.google.protobuf:protoc:4.27.2' implementation "io.grpc:protoc-gen-grpc-java:${grpcVersion}" implementation "io.grpc:grpc-core:${grpcVersion}" implementation "io.grpc:grpc-stub:${grpcVersion}" @@ -76,7 +76,7 @@ protobuf { } protoc { // Download from repositories - artifact = 'com.google.protobuf:protoc:4.27.1' + artifact = 'com.google.protobuf:protoc:4.27.2' } generateProtoTasks { all().configureEach { task ->