Skip to content

Commit 62b692e

Browse files
authored
Merge pull request #540 from larsgrefer/dependabot/gradle/3.x/protobufVersion-4.28.2
Bump protobufVersion from 4.28.0 to 4.28.2
2 parents e954e20 + 9522d83 commit 62b692e

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

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

0 commit comments

Comments
 (0)