Skip to content

Commit

Permalink
Use com.google.cloud:libraries-bom (#7227)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored Jun 17, 2023
1 parent a7d36d6 commit c244a08
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions modules/gcloud/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ description = "Testcontainers :: GCloud"
dependencies {
api project(':testcontainers')

testImplementation 'com.google.cloud:google-cloud-datastore:2.14.2'
testImplementation 'com.google.cloud:google-cloud-firestore:3.9.3'
testImplementation 'com.google.cloud:google-cloud-pubsub:1.123.8'
testImplementation 'com.google.cloud:google-cloud-spanner:6.38.2'
testImplementation 'com.google.cloud:google-cloud-bigtable:2.20.3'
testImplementation platform("com.google.cloud:libraries-bom:26.17.0")
testImplementation 'com.google.cloud:google-cloud-datastore'
testImplementation 'com.google.cloud:google-cloud-firestore'
testImplementation 'com.google.cloud:google-cloud-pubsub'
testImplementation 'com.google.cloud:google-cloud-spanner'
testImplementation 'com.google.cloud:google-cloud-bigtable'
testImplementation 'org.assertj:assertj-core:3.24.2'
}

0 comments on commit c244a08

Please sign in to comment.