Skip to content

Commit 5f7ce10

Browse files
committed
fix(deps): update dependency com.google.api:gax-grpc to v2.72.0
1 parent a8eca31 commit 5f7ce10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dependencies {
111111

112112
// For Spanner mock server testing
113113
testImplementation(group: 'com.google.cloud', name: 'google-cloud-spanner', classifier: 'tests')
114-
testImplementation(group: 'com.google.api', name: 'gax-grpc', version: '2.71.0', classifier: 'testlib')
114+
testImplementation(group: 'com.google.api', name: 'gax-grpc', version: '2.72.0', classifier: 'testlib')
115115

116116
// For Liquibase to work without throwing NoClassDefFound/NoSuchMethodError
117117
testRuntimeOnly("info.picocli:picocli:4.7.7")

0 commit comments

Comments
 (0)