chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.1
ci/woodpecker/push/lint_general Pipeline was successful Details

pull/29/head
Renovate Bot 2024-01-28 21:17:32 +00:00
parent a671b9a7e1
commit a3b57aad0e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ dependencies {
}
// Use JUnit Jupiter for testing.
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}