From 385ba31820e45f1645d42e3c300a48d95c485605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:32:23 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 3.6.1 to 4.29.3 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 4.29.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 04e5d2d..7c9c75d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -158,7 +158,7 @@ dependencies { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.6.1" + artifact = "com.google.protobuf:protoc:4.29.3" } plugins {