Skip to content

Commit 2884a75

Browse files
Bump protobufVersion from 4.32.0 to 4.32.1 (#709)
Bumps `protobufVersion` from 4.32.0 to 4.32.1. Updates `com.google.protobuf:protobuf-java` from 4.32.0 to 4.32.1 - [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/commits) Updates `com.google.protobuf:protoc` from 4.32.0 to 4.32.1 - [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/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.32.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-version: 4.32.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 759c617 commit 2884a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass-embedded-protocol/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020
}
2121

22-
def protobufVersion = "4.32.0"
22+
def protobufVersion = "4.32.1"
2323

2424
tasks.withType(com.google.protobuf.gradle.ProtobufExtract).configureEach {
2525
doFirst {

0 commit comments

Comments
 (0)