Skip to content

Commit dda398b

Browse files
committed
Upgrade to JUnit 5.12.0
1 parent 63a054e commit dda398b

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

0 commit comments

Comments
 (0)