Skip to content

Commit 4fd9790

Browse files
committed
Upgrade JUnit to version 5.11.1
1 parent 73a1c18 commit 4fd9790

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.13'
23-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
23+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
2424
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2525
}
2626

0 commit comments

Comments
 (0)