Skip to content

Commit bc90fd7

Browse files
Bump protobufVersion from 4.33.2 to 4.33.5 (#750)
Bumps `protobufVersion` from 4.33.2 to 4.33.5. Updates `com.google.protobuf:protobuf-java` from 4.33.2 to 4.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protoc` from 4.33.2 to 4.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-version: 4.33.5 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 6b819d0 commit bc90fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.33.2"
22+
def protobufVersion = "4.33.5"
2323

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

0 commit comments

Comments
 (0)