Skip to content

Commit 280370d

Browse files
committed
Upgrade JUnit to 5.11.3
1 parent bc1750f commit 280370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testImplementation 'io.sf.carte:xml-dtd:4.3'
2121
testImplementation 'nu.validator:htmlparser:1.4.16'
2222
testImplementation 'org.slf4j:slf4j-api:2.0.16'
23-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
23+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
2424
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2525
}
2626

0 commit comments

Comments
 (0)