From d735eae04c8df7867c1257a938cafa902fcaf40d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:15:48 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc in /router-protobuf Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.3 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-major ... Signed-off-by: dependabot[bot] --- router-protobuf/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router-protobuf/build.gradle.kts b/router-protobuf/build.gradle.kts index 6d422cc..c570338 100644 --- a/router-protobuf/build.gradle.kts +++ b/router-protobuf/build.gradle.kts @@ -31,6 +31,6 @@ dependencies { protobuf { protoc { // The artifact spec for the Protobuf Compiler - artifact = "com.google.protobuf:protoc:3.25.3" + artifact = "com.google.protobuf:protoc:4.27.2" } } \ No newline at end of file