Update dependency org.junit.jupiter:junit-jupiter-api to v5.8.2
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build was killed Details

[BOT] Renovate 2022-07-04 10:55:35 +00:00
parent 629f393e58
commit 42d41bfb9e
1 changed files with 1 additions and 1 deletions

View File

@ -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")
} }