Skip to content

Commit

Permalink
Merge pull request #5936 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
eddumelendez committed Oct 1, 2022
2 parents 476edb7 + 7e63c7a commit 5396658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/gcloud/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies {
testImplementation 'com.google.cloud:google-cloud-firestore:3.5.0'
testImplementation 'com.google.cloud:google-cloud-pubsub:1.120.18'
testImplementation 'com.google.cloud:google-cloud-spanner:6.31.0'
testImplementation 'com.google.cloud:google-cloud-bigtable:2.11.1'
testImplementation 'com.google.cloud:google-cloud-bigtable:2.13.0'
testImplementation 'org.assertj:assertj-core:3.23.1'
}
2 changes: 1 addition & 1 deletion modules/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Kafka"
dependencies {
api project(':testcontainers')

testImplementation 'org.apache.kafka:kafka-clients:3.2.1'
testImplementation 'org.apache.kafka:kafka-clients:3.3.0'
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'com.google.guava:guava:23.0'
}

0 comments on commit 5396658

Please sign in to comment.