Skip to content

Commit

Permalink
Merge pull request #5935 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 3e5e013 + 260a954 commit 476edb7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/cucumber/build.gradle
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
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.6.0'
testImplementation 'io.cucumber:cucumber-java:7.8.0'
testImplementation 'io.cucumber:cucumber-junit:7.8.0'
testImplementation 'org.testcontainers:selenium'
}
4 changes: 2 additions & 2 deletions modules/gcloud/build.gradle
Expand Up @@ -4,9 +4,9 @@ dependencies {
api project(':testcontainers')

testImplementation 'com.google.cloud:google-cloud-datastore:2.11.4'
testImplementation 'com.google.cloud:google-cloud-firestore:3.4.2'
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.29.0'
testImplementation 'com.google.cloud:google-cloud-spanner:6.31.0'
testImplementation 'com.google.cloud:google-cloud-bigtable:2.11.1'
testImplementation 'org.assertj:assertj-core:3.23.1'
}
4 changes: 2 additions & 2 deletions modules/localstack/build.gradle
Expand Up @@ -5,8 +5,8 @@ dependencies {

compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.313'
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.313'
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.295'
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.314'
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.313'
testImplementation 'software.amazon.awssdk:s3:2.17.266'
testImplementation 'software.amazon.awssdk:s3:2.17.285'
testImplementation 'org.assertj:assertj-core:3.23.1'
}
2 changes: 1 addition & 1 deletion modules/trino/build.gradle
Expand Up @@ -4,6 +4,6 @@ dependencies {
api project(':jdbc')

testImplementation project(':jdbc-test')
testImplementation 'io.trino:trino-jdbc:394'
testImplementation 'io.trino:trino-jdbc:398'
compileOnly 'org.jetbrains:annotations:23.0.0'
}

0 comments on commit 476edb7

Please sign in to comment.