Skip to content

Commit b2b84ea

Browse files
committed
CI: depend on specific versions until next EchoSVG is released
1 parent ba07746 commit b2b84ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ dependencies {
3535
testImplementation 'io.sf.jclf:jclf-text:latest.release'
3636
testImplementation 'io.sf.jclf:jclf-linear3:latest.release'
3737
testImplementation 'io.sf.carte:xml-dtd:latest.release'
38-
testImplementation 'io.sf.carte:css4j-dom4j:latest.release'
39-
testImplementation 'io.sf.carte:css4j:latest.release'
40-
testImplementation 'io.sf.carte:echosvg-transcoder:latest.release'
38+
testImplementation 'io.sf.carte:css4j-dom4j:6.0'
39+
testImplementation 'io.sf.carte:css4j:6.0'
40+
testImplementation 'io.sf.carte:echosvg-transcoder:2.1'
4141
testImplementation 'nu.validator:htmlparser:1.4.16'
4242
testImplementation 'org.junit.jupiter:junit-jupiter:latest.release'
4343
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)