From 66bfd8a74f1458117b313cddf5cbee9fff613aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 15:32:36 -0700 Subject: [PATCH] Bump protobuf-java from 3.15.3 to 3.15.6 (#181) Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.15.3 to 3.15.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.3...v3.15.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3bfe04754..10ac21ac5 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ For more details, please see https://issues.apache.org/jira/browse/AURORA-1169 ext.junitRev = '4.13.2' ext.logbackRev = '1.2.3' ext.nettyRev = '4.0.52.Final' - ext.protobufRev = '3.15.3' + ext.protobufRev = '3.15.6' ext.resteasyRev = '3.1.4.Final' ext.servletRev = '3.1.0' ext.slf4jRev = '1.7.30'