File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 testImplementation ' commons-io:commons-io:2.20.0'
2424 testImplementation ' org.awaitility:awaitility:4.3.0'
2525 testImplementation " org.assertj:assertj-core:3.27.6"
26- testImplementation ' ch.qos.logback:logback-classic:1.5.19 '
26+ testImplementation ' ch.qos.logback:logback-classic:1.5.20 '
2727 testImplementation ' org.xmlunit:xmlunit-assertj3:2.10.4'
2828 testImplementation ' org.apache.httpcomponents.client5:httpclient5:5.5.1'
2929
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
6161 implementation ' org.springframework.boot:spring-boot-starter-logging'
6262
6363 // Infrastructure
64- implementation ' software.amazon.awssdk:s3:2.34.0 '
64+ implementation ' software.amazon.awssdk:s3:2.35.10 '
6565 implementation (' com.azure:azure-storage-blob:12.31.3' )
6666 implementation ' org.apache.qpid:qpid-jms-client:2.9.0'
6767
@@ -76,7 +76,7 @@ dependencies {
7676
7777 // Test
7878 testImplementation ' org.springframework.boot:spring-boot-starter-test'
79- testImplementation " org.assertj:assertj-core:3.27.5 "
79+ testImplementation " org.assertj:assertj-core:3.27.6 "
8080 testImplementation ' org.apache.commons:commons-compress:1.28.0'
8181 testImplementation ' org.testcontainers:testcontainers:1.21.3'
8282 testImplementation ' org.testcontainers:junit-jupiter:1.21.3'
@@ -86,8 +86,8 @@ dependencies {
8686 testImplementation ' com.squareup.okhttp3:mockwebserver3:5.1.0'
8787 testImplementation ' com.adobe.testing:s3mock-testcontainers:4.7.0'
8888
89- spotbugs ' com.github.spotbugs:spotbugs:4.9.6 '
90- spotbugs ' com.github.spotbugs:spotbugs-annotations:4.9.6 '
89+ spotbugs ' com.github.spotbugs:spotbugs:4.9.8 '
90+ spotbugs ' com.github.spotbugs:spotbugs-annotations:4.9.8 '
9191
9292 pitest ' com.arcmutate:base:1.3.2'
9393 pitest ' com.arcmutate:pitest-git-plugin:2.1.0'
You can’t perform that action at this time.
0 commit comments