Skip to content

Commit 7fc3513

Browse files
authored
Merge pull request #5758 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 01ed651 + 59d4689 commit 7fc3513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/localstack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.285'
77
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.285'
88
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.282'
9-
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.281'
9+
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.285'
1010
testImplementation 'software.amazon.awssdk:s3:2.17.256'
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.1'
18+
testRuntimeOnly 'org.postgresql:postgresql:42.4.2'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.30'
2020

2121
testCompileClasspath 'org.jetbrains:annotations:23.0.0'

0 commit comments

Comments
 (0)