Skip to content

Commit

Permalink
Merge pull request #108 from wiremock/dependabot/gradle/versions.prot…
Browse files Browse the repository at this point in the history
…obuf-3.25.5

Bump versions.protobuf from 3.25.3 to 3.25.5
  • Loading branch information
leeturner authored Sep 23, 2024
2 parents 4519488 + f9e43bd commit 67761ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
versions = [
wiremock: "3.9.1",
grpc : "1.66.0",
protobuf: "3.25.3"
protobuf: "3.25.5"
]

repoUser = this.hasProperty('sonatypeUser') ? sonatypeUser : 'default'
Expand Down
2 changes: 1 addition & 1 deletion wiremock-grpc-extension-standalone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ shadowJar {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.27.3"
artifact = "com.google.protobuf:protoc:4.27.5"
}

plugins {
Expand Down

0 comments on commit 67761ab

Please sign in to comment.