From 123fe4524aea3797c28bd4e2eb65a3835a29d8ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:02:39 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.35.0 to 4.35.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.35.0 to 4.35.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.35.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 4301a97..75fdccb 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.35.0' + api 'com.google.protobuf:protobuf-java:4.35.1' } protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.35.0" + artifact = "com.google.protobuf:protoc:4.35.1" } generateProtoTasks { ofSourceSet('main')