File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,11 @@ dependencies {
2020 testImplementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2'
2121 testImplementation ' commons-io:commons-io:2.20.0'
2222 testImplementation ' org.awaitility:awaitility:4.3.0'
23- testImplementation ' org.junit.jupiter:junit-jupiter-api :5.11 .4'
23+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13 .4'
2424 testImplementation " org.assertj:assertj-core:3.27.4"
2525 testImplementation ' ch.qos.logback:logback-classic:1.5.18'
2626 testImplementation ' org.xmlunit:xmlunit-assertj3:2.10.3'
2727 testImplementation ' org.apache.httpcomponents.client5:httpclient5:5.5'
28-
29- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4'
3028}
3129
3230tasks. withType(Test ) {
You can’t perform that action at this time.
0 commit comments