Compare commits

..

1 commit

Author SHA1 Message Date
6431a70ead chore(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.9.0
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-26 19:34:18 +00:00

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.9.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
}