From 4c881e305b7f5e443dfe42ef61f10d919adeb196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 22:58:00 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.23.1 to 3.23.2 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.1 to 3.23.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.23.1...v3.23.2) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java 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 51edd98..602090b 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:3.23.1' + api 'com.google.protobuf:protobuf-java:3.23.2' } protobuf {