diff --git a/build.gradle b/build.gradle index a691347..65a85bc 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.53.0', classifier: 'testlib') + testImplementation(group: 'com.google.api', name: 'gax-grpc', version: '2.55.0', classifier: 'testlib') // For Liquibase to work without throwing NoClassDefFound/NoSuchMethodError testRuntimeOnly("info.picocli:picocli:4.7.6")