This commit is contained in:
dependabot[bot] 2025-07-28 11:09:27 +01:00 committed by GitHub
commit 782a4c702b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,7 +142,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.4'
}
tasks.withType(JavaCompile).configureEach {
@ -575,7 +575,7 @@ 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.4'
}
tasks.named("test") {