From 82f4915345d521571b605938d0ca9146968587c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 22:50:22 +0000 Subject: [PATCH] Bump protobufVersion from 3.23.0 to 3.23.3 Bumps `protobufVersion` from 3.23.0 to 3.23.3. Updates `com.google.protobuf:protobuf-java` from 3.23.0 to 3.23.3 - [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.23.0...v3.23.3) Updates `com.google.protobuf:protoc` from 3.23.0 to 3.23.3 - [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.23.0...v3.23.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 a6560b6..59e6944 100644 --- a/sass-embedded-protocol/build.gradle +++ b/sass-embedded-protocol/build.gradle @@ -19,7 +19,7 @@ repositories { } } -def protobufVersion = "3.23.2" +def protobufVersion = "3.23.3" def protocolVersion = "2.1.0" tasks.withType(com.google.protobuf.gradle.ProtobufExtract).configureEach {