From 63631e5bce4285dff31b45b0d2ab70c29c0dc10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 14:06:43 +0200 Subject: [PATCH] Bump protobufVersion from 3.21.5 to 3.21.6 (#917) Bumps `protobufVersion` from 3.21.5 to 3.21.6. Updates `protoc` from 3.21.5 to 3.21.6 - [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/commits) Updates `protobuf-java` from 3.21.5 to 3.21.6 - [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/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- profiler/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/build.gradle.kts b/profiler/build.gradle.kts index 3f1b22cc5..bff89ac2f 100644 --- a/profiler/build.gradle.kts +++ b/profiler/build.gradle.kts @@ -4,7 +4,7 @@ plugins { id("com.google.protobuf") version "0.8.19" } -val protobufVersion = "3.21.5" +val protobufVersion = "3.21.6" protobuf { protoc {