From 96fb5ab295157e015845c4f839a3d298893ea26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:08:35 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-kotlin from 4.27.0 to 4.27.3 Bumps com.google.protobuf:protobuf-kotlin from 4.27.0 to 4.27.3. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... 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 cbdb7df1..ad06d66b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("commons-io:commons-io:2.16.1") implementation("cn.hutool:hutool-crypto:5.8.29") implementation("org.java-websocket:Java-WebSocket:1.5.7") - implementation("com.google.protobuf:protobuf-kotlin:4.27.0") + implementation("com.google.protobuf:protobuf-kotlin:4.27.3") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")