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

This commit is contained in:
[BOT] Renovate 2023-01-10 11:33:41 +00:00
parent 7e60a18401
commit ec8767128a

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