Skip to content

Commit 6312b14

Browse files
committed
fix(deps): update dependency com.google.api:gax-grpc to v2.70.1
1 parent de3160c commit 6312b14

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
@@ -110,7 +110,7 @@ dependencies {
110110

111111
// For Spanner mock server testing
112112
testImplementation(group: 'com.google.cloud', name: 'google-cloud-spanner', classifier: 'tests')
113-
testImplementation(group: 'com.google.api', name: 'gax-grpc', version: '2.69.0', classifier: 'testlib')
113+
testImplementation(group: 'com.google.api', name: 'gax-grpc', version: '2.70.1', classifier: 'testlib')
114114

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

0 commit comments

Comments
 (0)