From 0aeb3c230fdebc5719aa5e157d1dae8c7135042d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:29:05 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 4.29.1 to 4.29.2 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.29.1 to 4.29.2. - [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-patch ... Signed-off-by: dependabot[bot] --- onnx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnx/build.gradle b/onnx/build.gradle index cda3c21..293741d 100644 --- a/onnx/build.gradle +++ b/onnx/build.gradle @@ -9,7 +9,7 @@ dependencies { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.29.1" + artifact = "com.google.protobuf:protoc:4.29.2" } generateProtoTasks { ofSourceSet('main')