[Build] Use the latest JUnit engine for kotlin-test-junit5 tests
This change aligns with the intention in 634279621d, however the "latest" version wasn't synced with other "latest" versions within the repo
#KTI-1349 In Progress
This commit is contained in:
committed by
Space Team
parent
4eb8a80b0c
commit
7f8d9df76d
@@ -17,7 +17,7 @@ dependencies {
|
||||
api project(':kotlin-test:kotlin-test-jvm')
|
||||
|
||||
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.2.0")
|
||||
testRuntimeOnly(libs.junit.jupyter.engine)
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user