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.25.0"
11- testImplementation ' org.assertj:assertj-core:3.26 .3'
11+ testImplementation ' org.assertj:assertj-core:3.27 .3'
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.26 .3'
8+ testImplementation ' org.assertj:assertj-core:3.27 .3'
99}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.11.0"
99 testImplementation project(" :testcontainers" )
1010 testImplementation project(" :junit-jupiter" )
11- testImplementation ' org.assertj:assertj-core:3.26 .3'
11+ testImplementation ' org.assertj:assertj-core:3.27 .3'
1212}
1313
1414test {
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.11.0'
88 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
9- testImplementation ' org.assertj:assertj-core:3.26 .3'
9+ testImplementation ' org.assertj:assertj-core:3.27 .3'
1010}
1111
1212test {
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.16'
4- testImplementation ' org.assertj:assertj-core:3.26 .3'
4+ testImplementation ' org.assertj:assertj-core:3.27 .3'
55}
You can’t perform that action at this time.
0 commit comments