From 185c8e15d59bc36b82e84bf679b10302b33d09aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:47:57 +0000 Subject: [PATCH] Bump protoVersion from 4.27.2 to 4.28.2 Bumps `protoVersion` from 4.27.2 to 4.28.2. Updates `com.google.protobuf:protobuf-java` from 4.27.2 to 4.28.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) Updates `com.google.protobuf:protobuf-java-util` from 4.27.2 to 4.28.2 Updates `com.google.protobuf:protoc` from 4.27.2 to 4.28.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:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor - 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 8c79fc5..5e2b106 100644 --- a/router-protobuf/build.gradle.kts +++ b/router-protobuf/build.gradle.kts @@ -6,7 +6,7 @@ repositories { mavenCentral() } -val protoVersion = "4.27.2" +val protoVersion = "4.28.2" dependencies { implementation(kotlin("stdlib"))