Skip to content

Commit 845ec0a

Browse files
authored
Merge pull request #663 from larsgrefer/dependabot/gradle/4.x/protobufVersion-4.31.0
Bump protobufVersion from 4.29.4 to 4.31.0
2 parents 749c683 + 45d79ff commit 845ec0a

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

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

0 commit comments

Comments
 (0)