Skip to content

Commit

Permalink
Upgrade JUnit to version 5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 29, 2024
1 parent 7bcb63b commit 3f3e11d
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 @@ -48,10 +48,10 @@ dependencies {
testImplementation 'org.slf4j:slf4j-simple:[1.7.28,)'
testImplementation 'nu.validator:htmlparser:1.4.16'
// JUnit
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
// ShorthandSetterTest requires JUnit 4
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.1'
// Jazzzer
testImplementation 'com.code-intelligence:jazzer-junit:0.22.1'
}
Expand Down

0 comments on commit 3f3e11d

Please sign in to comment.