Upgraded JUnit.

This commit is contained in:
Chris Hodges 2025-05-13 21:12:38 +02:00
parent aed9ed686d
commit 84eb1eab69

View File

@ -21,12 +21,12 @@ repositories {
dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testImplementation "org.jetbrains.kotlin:kotlin-test"
testImplementation "org.jetbrains.kotlin:kotlin-reflect"
testImplementation 'org.junit.platform:junit-platform-launcher:1.10.2'
testImplementation 'org.junit.platform:junit-platform-launcher:1.11.2'
// testImplementation "org.jetbrains.kotlin:kotlin-test-junit"
}