diff --git a/build.gradle b/build.gradle index d15e029c..b1eba1d0 100644 --- a/build.gradle +++ b/build.gradle @@ -279,13 +279,13 @@ dependencies { testImplementation 'org.testcontainers:junit-jupiter:1.21.4' testImplementation 'org.testcontainers:postgresql' - testImplementation(platform('org.junit:junit-bom:5.13.1')) + testImplementation(platform('org.junit:junit-bom:5.14.3')) testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', { exclude group: 'junit', module: 'junit' exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - testImplementation 'org.junit.platform:junit-platform-suite:1.13.1' + testImplementation 'org.junit.platform:junit-platform-suite:1.14.3' testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.23.0' }