Compare commits

..

2 Commits

Author SHA1 Message Date
kalle 3a9278b1e6 chore(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.8.2 (#6)
continuous-integration/drone/push Build is running Details
Reviewed-on: kalle/DLib#6
2022-07-04 15:39:55 +02:00
[BOT] Renovate f9c689a649 chore(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.8.2
continuous-integration/drone/push Build is passing Details
2022-07-04 13:30:31 +00:00
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.8.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
} }