From 4934a73791e8dbf792bd1300ece581a466c055ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 01:03:28 +0000 Subject: [PATCH] Bump protobuf_version from 3.25.0 to 3.25.1 Bumps `protobuf_version` from 3.25.0 to 3.25.1. Updates `com.google.protobuf:protobuf-java-util` from 3.25.0 to 3.25.1 Updates `com.google.protobuf:protoc` from 3.25.0 to 3.25.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/compare/v3.25.0...v3.25.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4341091..c698b58 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { armeria_version = '1.26.1' guice_version = '6.0.0' - protobuf_version = '3.25.0' + protobuf_version = '3.25.1' grpc_version = '1.59.0' jackson_version = '2.15.3' jjwt_version = '0.12.3'