From 8952dbf185ce3cdb90f527ea747b5b0743c7a3be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:55:42 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-kotlin from 4.28.0 to 4.28.1 Bumps com.google.protobuf:protobuf-kotlin from 4.28.0 to 4.28.1. --- 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 9141be61..2d4bbe3f 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.32") implementation("org.java-websocket:Java-WebSocket:1.5.7") - implementation("com.google.protobuf:protobuf-kotlin:4.28.0") + implementation("com.google.protobuf:protobuf-kotlin:4.28.1") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")