chore(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.8.2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
631ee8f716
commit
355f12b569
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ dependencies {
|
||||||
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm-host")
|
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm-host")
|
||||||
|
|
||||||
testImplementation(kotlin("test-junit5"))
|
testImplementation(kotlin("test-junit5"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0")
|
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue