From bc5adcd5627b302b2b1b9aeebb58fa62fffcfedd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:24:27 +0000 Subject: [PATCH] deps: bump com.google.protobuf:protobuf-kotlin from 4.35.0 to 4.35.1 Bumps com.google.protobuf:protobuf-kotlin from 4.35.0 to 4.35.1. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c1c6e7c..3903d81 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,8 +3,8 @@ plugins { } val forcedDependencies = listOf( - "com.google.protobuf:protobuf-java:4.35.0", - "com.google.protobuf:protobuf-kotlin:4.35.0", + "com.google.protobuf:protobuf-java:4.35.1", + "com.google.protobuf:protobuf-kotlin:4.35.1", "io.netty:netty-codec:4.2.15.Final", "io.netty:netty-codec-http:4.2.15.Final", "io.netty:netty-codec-http2:4.2.15.Final",