Skip to content

Commit

Permalink
Upgrade to JUnit 5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 7, 2023
1 parent 424dd3d commit 163fb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ dependencies {
prefer '2.0.9'
}
}
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
// css4j 4.0 tests still use JUnit 4
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.1'
}

extraJavaModuleInfo {
Expand Down

0 comments on commit 163fb2b

Please sign in to comment.