From 701492086f6a522d24af967a7e5ac8f5b51938a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 00:51:17 +0000 Subject: [PATCH] Bump com.google.protobuf from 0.9.3 to 0.9.4 Bumps com.google.protobuf from 0.9.3 to 0.9.4. --- updated-dependencies: - dependency-name: com.google.protobuf 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..a84336dc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.github.johnrengelman.shadow") version "8.+" id ("com.gorylenko.gradle-git-properties") version "2.4.1" kotlin("jvm") - id("com.google.protobuf") version "0.9.3" + id("com.google.protobuf") version "0.9.4" kotlin("plugin.serialization") version "2.0.0" }