diff --git a/build.gradle b/build.gradle index ae5b877d7..7f7b5b6a8 100644 --- a/build.gradle +++ b/build.gradle @@ -155,7 +155,7 @@ subprojects { testImplementation 'org.springframework.boot:spring-boot-starter-test' testRuntimeOnly 'org.mockito:mockito-inline:5.2.0' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2' } tasks.withType(JavaCompile).configureEach { @@ -538,7 +538,7 @@ swaggerhubUpload { dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2' } tasks.named("test") {