File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,13 +279,13 @@ dependencies {
279279 testImplementation ' org.testcontainers:junit-jupiter:1.21.4'
280280 testImplementation ' org.testcontainers:postgresql'
281281
282- testImplementation(platform(' org.junit:junit-bom:5.13.1 ' ))
282+ testImplementation(platform(' org.junit:junit-bom:5.14.3 ' ))
283283 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
284284 testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test' , {
285285 exclude group : ' junit' , module : ' junit'
286286 exclude group : ' org.junit.vintage' , module : ' junit-vintage-engine'
287287 }
288- testImplementation ' org.junit.platform:junit-platform-suite:1.13.1 '
288+ testImplementation ' org.junit.platform:junit-platform-suite:1.14.3 '
289289 testImplementation ' io.cucumber:cucumber-junit-platform-engine:7.23.0'
290290}
291291
You can’t perform that action at this time.
0 commit comments