upgrade junit to v5.14.1

This commit is contained in:
Craig Raw 2026-03-04 13:04:35 +02:00
parent 184ccc225d
commit 77bc7ffe2b

View File

@ -32,8 +32,8 @@ dependencies {
exclude group: 'org.slf4j'
}
implementation ('org.slf4j:slf4j-api:2.0.17')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.10.0')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.14.1')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.14.1')
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
}