From 7fde17340e5ac9177910059ab78681218eb60446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:55:37 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.24.3 to 4.27.0 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.24.3 to 4.27.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) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major ... 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 35d0b6f..bc77326 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -143,7 +143,7 @@ subprojects { implementation("io.confluent:kafka-protobuf-serializer:$confluentVersion") implementation("io.confluent:kafka-streams-protobuf-serde:$confluentVersion") implementation("io.confluent:kafka-streams-avro-serde:$confluentVersion") - implementation("com.google.protobuf:protobuf-java:3.24.3") + implementation("com.google.protobuf:protobuf-java:4.27.0") implementation("org.apache.kafka:kafka-streams:$kafkaVersion") implementation("org.apache.kafka:kafka-clients:$kafkaVersion")