File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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}
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.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'
You can’t perform that action at this time.
0 commit comments