Skip to content

Commit bdecc7d

Browse files
committed
Examples CI: use a fixed version of JUnit
1 parent ba2d3ea commit bdecc7d

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
@@ -39,7 +39,7 @@ dependencies {
3939
testImplementation 'io.sf.carte:css4j:6.0'
4040
testImplementation 'io.sf.carte:echosvg-transcoder:2.1'
4141
testImplementation 'nu.validator:htmlparser:1.4.16'
42-
testImplementation 'org.junit.jupiter:junit-jupiter:latest.release'
42+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
4343
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4444
}
4545

0 commit comments

Comments
 (0)