Skip to content

Commit a84021d

Browse files
authored
Merge pull request #5820 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 47837f2 + 2294bb8 commit a84021d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

modules/elasticsearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "TestContainers :: elasticsearch"
22

33
dependencies {
44
api project(':testcontainers')
5-
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.3.3"
5+
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.4.1"
66
testImplementation "org.elasticsearch.client:transport:7.17.6"
77
testImplementation 'org.assertj:assertj-core:3.23.1'
88
}

modules/gcloud/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ dependencies {
55

66
testImplementation 'com.google.cloud:google-cloud-datastore:2.11.0'
77
testImplementation 'com.google.cloud:google-cloud-firestore:3.4.2'
8-
testImplementation 'com.google.cloud:google-cloud-pubsub:1.120.12'
8+
testImplementation 'com.google.cloud:google-cloud-pubsub:1.120.13'
99
testImplementation 'com.google.cloud:google-cloud-spanner:6.29.0'
10-
testImplementation 'com.google.cloud:google-cloud-bigtable:2.10.3'
10+
testImplementation 'com.google.cloud:google-cloud-bigtable:2.11.1'
1111
testImplementation 'org.assertj:assertj-core:3.23.1'
1212
}

modules/localstack/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ dependencies {
55

66
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.295'
77
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.285'
8-
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.285'
8+
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.295'
99
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.295'
10-
testImplementation 'software.amazon.awssdk:s3:2.17.256'
10+
testImplementation 'software.amazon.awssdk:s3:2.17.266'
1111
testImplementation 'org.assertj:assertj-core:3.23.1'
1212
}

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation 'com.zaxxer:HikariCP:4.0.3'
1616
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
1717

18-
testRuntimeOnly 'org.postgresql:postgresql:42.4.2'
18+
testRuntimeOnly 'org.postgresql:postgresql:42.5.0'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.30'
2020

2121
testCompileClasspath 'org.jetbrains:annotations:23.0.0'

0 commit comments

Comments
 (0)