Skip to content

Commit 43bfbc3

Browse files
authored
Merge branch 'main' into renovate/com.google.protobuf-0.x
2 parents a177885 + 4fb5584 commit 43bfbc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
sourceCompatibility = 1.8
2424
targetCompatibility = 1.8
2525

26-
def grpcVersion = '1.72.0'
26+
def grpcVersion = '1.73.0'
2727
def protobufVersion = '4.31.1'
2828
def 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

4646
protobuf {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)