Skip to content

Commit fa0d237

Browse files
authored
Merge pull request #6724 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents d8f569f + 971844c commit fa0d237

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/examples/junit4/generic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies {
77
testImplementation project(":mysql")
88

99
testImplementation 'mysql:mysql-connector-java:8.0.32'
10-
testImplementation "org.seleniumhq.selenium:selenium-api:4.8.0"
10+
testImplementation "org.seleniumhq.selenium:selenium-api:4.8.1"
1111
testImplementation 'org.assertj:assertj-core:3.24.2'
1212
}

examples/linked-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
dependencies {
99
compileOnly 'org.slf4j:slf4j-api:1.7.36'
1010
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
11-
implementation 'org.json:json:20220924'
11+
implementation 'org.json:json:20230227'
1212
testImplementation 'org.postgresql:postgresql:42.5.4'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.5'
1414
testImplementation 'org.testcontainers:postgresql'

modules/azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies {
66
shaded 'com.squareup.okhttp3:okhttp:4.10.0'
77

88
testImplementation 'org.assertj:assertj-core:3.24.2'
9-
testImplementation 'com.azure:azure-cosmos:4.40.0'
9+
testImplementation 'com.azure:azure-cosmos:4.41.0'
1010
}

modules/gcloud/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies {
44
api project(':testcontainers')
55

66
testImplementation 'com.google.cloud:google-cloud-datastore:2.13.5'
7-
testImplementation 'com.google.cloud:google-cloud-firestore:3.7.10'
7+
testImplementation 'com.google.cloud:google-cloud-firestore:3.8.1'
88
testImplementation 'com.google.cloud:google-cloud-pubsub:1.123.4'
9-
testImplementation 'com.google.cloud:google-cloud-spanner:6.36.0'
9+
testImplementation 'com.google.cloud:google-cloud-spanner:6.36.1'
1010
testImplementation 'com.google.cloud:google-cloud-bigtable:2.19.2'
1111
testImplementation 'org.assertj:assertj-core:3.24.2'
1212
}

modules/localstack/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description = "Testcontainers :: Localstack"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.405'
6+
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.418'
77
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.418'
8-
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.406'
8+
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.418'
99
testImplementation 'software.amazon.awssdk:s3:2.20.15'
1010
testImplementation 'org.assertj:assertj-core:3.24.2'
1111
}

modules/r2dbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies {
1515
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
1616
testImplementation project(':postgresql')
1717

18-
testFixturesImplementation 'io.projectreactor:reactor-core:3.5.2'
18+
testFixturesImplementation 'io.projectreactor:reactor-core:3.5.3'
1919
testFixturesImplementation 'org.assertj:assertj-core:3.24.2'
2020
}

modules/trino/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies {
44
api project(':jdbc')
55

66
testImplementation project(':jdbc-test')
7-
testImplementation 'io.trino:trino-jdbc:406'
7+
testImplementation 'io.trino:trino-jdbc:408'
88
compileOnly 'org.jetbrains:annotations:24.0.0'
99
}

0 commit comments

Comments
 (0)