We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c82cc commit ea23e11Copy full SHA for ea23e11
1 file changed
build.gradle
@@ -35,9 +35,9 @@ dependencies {
35
testImplementation 'io.sf.jclf:jclf-text:latest.release'
36
testImplementation 'io.sf.jclf:jclf-linear3:latest.release'
37
testImplementation 'io.sf.carte:xml-dtd: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'
+ testImplementation 'io.sf.carte:css4j-dom4j:6.1'
+ testImplementation 'io.sf.carte:css4j:6.1'
+ testImplementation 'io.sf.carte:echosvg-transcoder:2.2'
41
testImplementation 'nu.validator:htmlparser:1.4.16'
42
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
43
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments