diff --git a/build.gradle b/build.gradle index 1a78ce4..1e2453b 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ dependencies { // For Spanner mock server testing testImplementation(group: 'com.google.cloud', name: 'google-cloud-spanner', classifier: 'tests') - testImplementation(group: 'com.google.api', name: 'gax-grpc', version: '2.59.0', classifier: 'testlib') + testImplementation(group: 'com.google.api', name: 'gax-grpc', version: '2.59.1', classifier: 'testlib') // For Liquibase to work without throwing NoClassDefFound/NoSuchMethodError testRuntimeOnly("info.picocli:picocli:4.7.6")