From b4315134bb71552454e4dd484f40ef25ce6f86ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:40:39 +0000 Subject: [PATCH] :arrow_up: Bump protobuf from 3.23.0 to 4.28.0 Bumps `protobuf` from 3.23.0 to 4.28.0. Updates `com.google.protobuf:protoc` from 3.23.0 to 4.28.0 - [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 3.23.0 to 4.28.0 Updates `com.google.protobuf:protobuf-kotlin` from 3.23.0 to 4.28.0 --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-kotlin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 98295d3..4ac17f8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "2.0.0" ktor = "2.2.4" grpc-kotlin = "1.3.0" grpc = "1.55.1" -protobuf = "3.23.0" +protobuf = "4.28.0" logback = "1.4.7" jooq = "3.19.11" postgresql = "42.5.1"