[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:
Alexander.Likhachev
2023-08-23 18:57:04 +02:00
committed by Space Team
parent 4eb8a80b0c
commit 7f8d9df76d
2 changed files with 1 additions and 31 deletions
+1 -1
View File
@@ -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 {