Skip to content

Commit

Permalink
Upgrade JUnit to 5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Oct 27, 2024
1 parent 519ba68 commit 01caaa8
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 @@ -51,10 +51,10 @@ dependencies {
version: '5.0'
testImplementation 'jaxen:jaxen:1.2.0'
testImplementation 'org.slf4j:slf4j-api:2.0.13'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
// css4j 4.x tests still use JUnit 4
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.2'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.3'
}

extraJavaModuleInfo {
Expand Down

0 comments on commit 01caaa8

Please sign in to comment.