Merge branch 'main' into dependabot/gradle/jupiterVersion-5.12.2

This commit is contained in:
Max Lambrecht 2025-05-20 12:03:36 -05:00 committed by GitHub
commit 403fe2ac09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ subprojects {
testRuntimeOnly group: 'org.mockito', name: 'mockito-junit-jupiter', version: "${mockitoVersion}" testRuntimeOnly group: 'org.mockito', name: 'mockito-junit-jupiter', version: "${mockitoVersion}"
if (JavaVersion.current() == JavaVersion.VERSION_1_8) { if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.1.8' // Last version supporting Java 8 testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.0.3' // Last version supporting Java 8
} else { } else {
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.1.8' testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.1.8'
} }