From 9936dcd99a61e879148cd28cffab7a9ae60e53d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:55:34 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 4.28.0 to 4.28.1 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.28.0 to 4.28.1. - [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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9141be61..f308816a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ tasks.shadowJar { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.28.0" + artifact = "com.google.protobuf:protoc:4.28.1" } }