Skip to content

Commit

Permalink
Merge pull request #6118 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
eddumelendez authored Nov 3, 2022
2 parents 034134e + d07d97e commit 665ec1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
testImplementation 'io.cucumber:cucumber-java:7.9.0'
testImplementation 'io.cucumber:cucumber-junit:7.8.0'
testImplementation 'io.cucumber:cucumber-junit:7.9.0'
testImplementation 'org.testcontainers:selenium'
testImplementation 'org.assertj:assertj-core:3.23.1'
}
2 changes: 1 addition & 1 deletion modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description = "TestContainers :: elasticsearch"
dependencies {
api project(':testcontainers')
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.5.0"
testImplementation "org.elasticsearch.client:transport:7.17.6"
testImplementation "org.elasticsearch.client:transport:7.17.7"
testImplementation 'org.assertj:assertj-core:3.23.1'
}
2 changes: 1 addition & 1 deletion modules/gcloud/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(':testcontainers')

testImplementation 'com.google.cloud:google-cloud-datastore:2.12.3'
testImplementation 'com.google.cloud:google-cloud-firestore:3.5.0'
testImplementation 'com.google.cloud:google-cloud-firestore:3.7.0'
testImplementation 'com.google.cloud:google-cloud-pubsub:1.120.24'
testImplementation 'com.google.cloud:google-cloud-spanner:6.32.0'
testImplementation 'com.google.cloud:google-cloud-bigtable:2.15.0'
Expand Down
2 changes: 1 addition & 1 deletion modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.333'
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.333'
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.333'
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.314'
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.334'
testImplementation 'software.amazon.awssdk:s3:2.18.7'
testImplementation 'org.assertj:assertj-core:3.23.1'
}

0 comments on commit 665ec1c

Please sign in to comment.