From b820fe66accdbff60132197971e200bfb8e9d072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:33:30 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-kotlin in /scheduler/data-flow Bumps com.google.protobuf:protobuf-kotlin from 3.25.3 to 4.27.1. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- scheduler/data-flow/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/data-flow/build.gradle.kts b/scheduler/data-flow/build.gradle.kts index 0ab81ab660..677e113634 100644 --- a/scheduler/data-flow/build.gradle.kts +++ b/scheduler/data-flow/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { implementation("io.grpc:grpc-protobuf:1.64.0") runtimeOnly("io.grpc:grpc-netty-shaded:1.64.0") implementation("com.google.protobuf:protobuf-java:3.25.3") - implementation("com.google.protobuf:protobuf-kotlin:3.25.3") + implementation("com.google.protobuf:protobuf-kotlin:4.27.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.1")