Skip to content

Commit 16f6eef

Browse files
committed
Upgrade to JUnit 5.13.0
1 parent 929df89 commit 16f6eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.17'
23-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
23+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
2424
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2525
}
2626

0 commit comments

Comments
 (0)