File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "TestContainers :: elasticsearch"
22
33dependencies {
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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments