Skip to content

Commit

Permalink
Merge pull request #114 from larsgrefer/dependabot/gradle/protobufVer…
Browse files Browse the repository at this point in the history
…sion-3.21.2

Bump protobufVersion from 3.21.1 to 3.21.2
  • Loading branch information
larsgrefer committed Jun 27, 2022
2 parents 45ef628 + b004c9d commit 6dffa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass-embedded-protocol/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}
}

def protobufVersion = "3.21.1"
def protobufVersion = "3.21.2"
def protocolVersion = "1.0.0"

tasks.withType(com.google.protobuf.gradle.ProtobufExtract).configureEach {
Expand Down

0 comments on commit 6dffa2d

Please sign in to comment.