Skip to content

Commit

Permalink
Upgrade to JUnit 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Oct 6, 2024
1 parent 2a5a1ea commit bc1750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation 'io.sf.carte:xml-dtd:4.3'
testImplementation 'nu.validator:htmlparser:1.4.16'
testImplementation 'org.slf4j:slf4j-api:2.0.16'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

Expand Down

0 comments on commit bc1750f

Please sign in to comment.