chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.1 #29

Merged
fjadmin merged 1 commits from renovate/junit5-monorepo into main 2024-01-28 21:18:49 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ dependencies {
} }
// Use JUnit Jupiter for testing. // 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") testRuntimeOnly("org.junit.platform:junit-platform-launcher")
} }