Skip to content

Commit

Permalink
fix(deps): update dependency com.google.api:gax-grpc to v2.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 5, 2024
1 parent 13624fe commit c349d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c349d84

Please sign in to comment.