Skip to content

Commit 3f3e11d

Browse files
committed
Upgrade JUnit to version 5.11.1
1 parent 7bcb63b commit 3f3e11d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ dependencies {
4848
testImplementation 'org.slf4j:slf4j-simple:[1.7.28,)'
4949
testImplementation 'nu.validator:htmlparser:1.4.16'
5050
// JUnit
51-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
51+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
5252
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5353
// ShorthandSetterTest requires JUnit 4
54-
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
54+
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.1'
5555
// Jazzzer
5656
testImplementation 'com.code-intelligence:jazzer-junit:0.22.1'
5757
}

0 commit comments

Comments
 (0)