From 03217e688035d9a6513798869b43f385e80b0605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:59:39 +0000 Subject: [PATCH] build(deps): bump protoc from 3.15.1 to 3.15.6 Bumps [protoc](https://github.com/protocolbuffers/protobuf) from 3.15.1 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.1...v3.15.6) Signed-off-by: dependabot[bot] --- commons-grpc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-grpc/build.gradle.kts b/commons-grpc/build.gradle.kts index 6a2a522..9e65725 100644 --- a/commons-grpc/build.gradle.kts +++ b/commons-grpc/build.gradle.kts @@ -26,7 +26,7 @@ protobuf { val grpcId = "grpc" val reactorId = "reactor" protoc { - artifact = "com.google.protobuf:protoc:3.15.1" + artifact = "com.google.protobuf:protoc:3.15.6" } plugins { id(grpcId) {