From 8ae26cdefd3ab00aa8459f27577be1b4d9e029d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:18:44 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.28.3 to 4.29.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.28.3 to 4.29.1. - [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:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... 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 ab4b568..dca9707 100644 --- a/onnx/build.gradle +++ b/onnx/build.gradle @@ -4,7 +4,7 @@ plugins { apply plugin: "java-library" dependencies { - api 'com.google.protobuf:protobuf-java:4.28.3' + api 'com.google.protobuf:protobuf-java:4.29.1' } protobuf {