Skip to content

Commit 8b13a55

Browse files
authored
Merge pull request #161 from wiremock/dependabot/gradle/versions.protobuf-3.25.7
Bump versions.protobuf from 3.25.6 to 3.25.7
2 parents ddd0c85 + 177fb04 commit 8b13a55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allprojects {
3737
versions = [
3838
wiremock: "3.12.1",
3939
grpc : "1.72.0",
40-
protobuf: "3.25.6"
40+
protobuf: "3.25.7"
4141
]
4242

4343
repoUser = this.hasProperty('sonatypeUser') ? sonatypeUser : 'default'

wiremock-grpc-extension-jetty12/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ test {
120120

121121
protobuf {
122122
protoc {
123-
artifact = "com.google.protobuf:protoc:3.25.6"
123+
artifact = "com.google.protobuf:protoc:3.25.7"
124124
}
125125

126126
plugins {

wiremock-grpc-extension-standalone/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ shadowJar {
157157

158158
protobuf {
159159
protoc {
160-
artifact = "com.google.protobuf:protoc:3.25.6"
160+
artifact = "com.google.protobuf:protoc:3.25.7"
161161
}
162162

163163
plugins {

0 commit comments

Comments
 (0)