From e86490c881efc3d719c0ab119d0f084be6cd598a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:31:45 +0000 Subject: [PATCH] Bump protobufVersion from 3.24.2 to 3.24.3 Bumps `protobufVersion` from 3.24.2 to 3.24.3. Updates `com.google.protobuf:protobuf-java` from 3.24.2 to 3.24.3 - [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.24.2...v3.24.3) Updates `com.google.protobuf:protoc` from 3.24.2 to 3.24.3 - [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.24.2...v3.24.3) --- 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 e812a84b..45c7b4e3 100644 --- a/sass-embedded-protocol/build.gradle +++ b/sass-embedded-protocol/build.gradle @@ -19,7 +19,7 @@ repositories { } } -def protobufVersion = "3.24.2" +def protobufVersion = "3.24.3" def protocolVersion = "1.2.0" tasks.withType(com.google.protobuf.gradle.ProtobufExtract).configureEach {