From 1d615150121c211d6043f8029a54a43bfe95e06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 22:02:36 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.36.0 to 4.36.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.36.0 to 4.36.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.36.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- onnx/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onnx/build.gradle b/onnx/build.gradle index 057b6d6..8b3992b 100644 --- a/onnx/build.gradle +++ b/onnx/build.gradle @@ -4,12 +4,12 @@ plugins { apply plugin: "java-library" dependencies { - api 'com.google.protobuf:protobuf-java:4.36.0' + api 'com.google.protobuf:protobuf-java:4.36.1' } protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.36.0" + artifact = "com.google.protobuf:protoc:4.36.1" } generateProtoTasks { ofSourceSet('main')