File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
2323sourceCompatibility = 1.8
2424targetCompatibility = 1.8
2525
26- def grpcVersion = ' 1.72 .0'
26+ def grpcVersion = ' 1.73 .0'
2727def protobufVersion = ' 4.31.1'
2828def protocVersion = protobufVersion
2929
@@ -40,7 +40,7 @@ dependencies {
4040
4141 testImplementation " io.grpc:grpc-testing:${ grpcVersion} "
4242 testImplementation " junit:junit:4.13.2"
43- testImplementation " org.mockito:mockito-core:5.17 .0"
43+ testImplementation " org.mockito:mockito-core:5.18 .0"
4444}
4545
4646protobuf {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments