File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ dependencies {
88
99 testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
1010 testImplementation " org.seleniumhq.selenium:selenium-api:4.34.0"
11- testImplementation ' org.assertj:assertj-core:3.27.3 '
11+ testImplementation ' org.assertj:assertj-core:3.27.4 '
1212}
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ dependencies {
55
66 testImplementation " junit:junit:4.13.2"
77 testImplementation project(" :testcontainers" )
8- testImplementation ' org.assertj:assertj-core:3.27.3 '
8+ testImplementation ' org.assertj:assertj-core:3.27.4 '
99}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
1010 testImplementation project(" :testcontainers" )
1111 testImplementation project(" :testcontainers-junit-jupiter" )
12- testImplementation ' org.assertj:assertj-core:3.27.3 '
12+ testImplementation ' org.assertj:assertj-core:3.27.4 '
1313}
1414
1515test {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 testImplementation ' org.testcontainers:testcontainers'
77 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
88 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
9- testImplementation ' org.assertj:assertj-core:3.27.3 '
9+ testImplementation ' org.assertj:assertj-core:3.27.4 '
1010 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.3'
1111}
1212
Original file line number Diff line number Diff line change 11dependencies {
22 implementation ' junit:junit:4.13.2'
33 implementation ' org.slf4j:slf4j-api:2.0.17'
4- testImplementation ' org.assertj:assertj-core:3.27.3 '
4+ testImplementation ' org.assertj:assertj-core:3.27.4 '
55}
You can’t perform that action at this time.
0 commit comments