Skip to content

Commit bc1750f

Browse files
committed
Upgrade to JUnit 5.11.2
1 parent 2a5a1ea commit bc1750f

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

0 commit comments

Comments
 (0)