From b004c9dbd92db1d6bc8b4a0dde00fc910ad55435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 01:18:18 +0000 Subject: [PATCH] Bump protobufVersion from 3.21.1 to 3.21.2 Bumps `protobufVersion` from 3.21.1 to 3.21.2. Updates `protobuf-java` from 3.21.1 to 3.21.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.21.1...v3.21.2) Updates `protoc` from 3.21.1 to 3.21.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.21.1...v3.21.2) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java 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] --- sass-embedded-protocol/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass-embedded-protocol/build.gradle b/sass-embedded-protocol/build.gradle index 87d1023..455d1e0 100644 --- a/sass-embedded-protocol/build.gradle +++ b/sass-embedded-protocol/build.gradle @@ -19,7 +19,7 @@ repositories { } } -def protobufVersion = "3.21.1" +def protobufVersion = "3.21.2" def protocolVersion = "1.0.0" tasks.withType(com.google.protobuf.gradle.ProtobufExtract).configureEach {