From b0430a9de1b9a1f029605de19195b8df9594d7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:34:35 +0000 Subject: [PATCH] build(deps): Bump com.google.protobuf:protobuf-kotlin Bumps com.google.protobuf:protobuf-kotlin from 4.32.1 to 4.33.0. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 4bff173..b7f729f 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { implementation("org.zalando:logbook-core:3.12.3") implementation("org.zalando:logbook-ktor-client:3.12.3") implementation("org.zalando:logbook-json:3.12.3") - implementation("com.google.protobuf:protobuf-kotlin:4.32.1") + implementation("com.google.protobuf:protobuf-kotlin:4.33.0") implementation("com.google.protobuf:protobuf-gradle-plugin:0.9.5") testImplementation(kotlin("test")) @@ -131,7 +131,7 @@ protobuf { } } protoc { - artifact = "com.google.protobuf:protoc:4.32.1" + artifact = "com.google.protobuf:protoc:4.33.0" } }