From dc9b832cae4273d18e5c854bc2422a1e04ce35f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:31:37 +0000 Subject: [PATCH] Update dependency com.google.protobuf:protoc to v3.24.4 --- UIViews/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIViews/build.gradle.kts b/UIViews/build.gradle.kts index 543953a23..976d67a34 100644 --- a/UIViews/build.gradle.kts +++ b/UIViews/build.gradle.kts @@ -121,7 +121,7 @@ dependencies { } protobuf { - protoc { artifact = "com.google.protobuf:protoc:3.24.3" } + protoc { artifact = "com.google.protobuf:protoc:3.24.4" } plugins { id("javalite") { artifact = libs.protobufJava.get().toString() } id("kotlinlite") { artifact = libs.protobufKotlin.get().toString() }