From 0a5298deb3989581d2e322ab8446c2b6f0c6fd91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:36:03 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 3.21.10 to 3.25.1 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.21.10 to 3.25.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/compare/v3.21.10...v3.25.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-minor ... 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 a42d4c64..d04ea343 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.21.10" + artifact = "com.google.protobuf:protoc:3.25.1" } } \ No newline at end of file