1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Merge branch '6.3.x' into 6.4.x

- adb303e Add testRuntimeOnly junit-platform-launcher

Closes gh-16756
This commit is contained in:
Rob Winch
2025-03-17 14:18:49 -05:00
28 changed files with 48 additions and 0 deletions
@@ -17,4 +17,6 @@ dependencies {
testImplementation "org.mockito:mockito-core"
testImplementation "org.mockito:mockito-junit-jupiter"
testImplementation "org.springframework:spring-test"
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}