chore(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.9.2 #15

Open
renovate wants to merge 1 commits from renovate/org.junit.jupiter-junit-jupiter-api-5.x into master
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm-host")
testImplementation(kotlin("test-junit5"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
}