File tree 3 files changed +3
-3
lines changed
wiremock-grpc-extension-jetty12
wiremock-grpc-extension-standalone
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ allprojects {
37
37
versions = [
38
38
wiremock : " 3.12.1" ,
39
39
grpc : " 1.72.0" ,
40
- protobuf : " 3.25.6 "
40
+ protobuf : " 3.25.7 "
41
41
]
42
42
43
43
repoUser = this . hasProperty(' sonatypeUser' ) ? sonatypeUser : ' default'
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ test {
120
120
121
121
protobuf {
122
122
protoc {
123
- artifact = " com.google.protobuf:protoc:3.25.6 "
123
+ artifact = " com.google.protobuf:protoc:3.25.7 "
124
124
}
125
125
126
126
plugins {
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ shadowJar {
157
157
158
158
protobuf {
159
159
protoc {
160
- artifact = " com.google.protobuf:protoc:3.25.6 "
160
+ artifact = " com.google.protobuf:protoc:3.25.7 "
161
161
}
162
162
163
163
plugins {
You can’t perform that action at this time.
0 commit comments