Skip to content

Commit b90f5f7

Browse files
committed
Run tests with css4j 4.4
1 parent 56a413b commit b90f5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ dependencies {
1313
api('io.sf.carte:css4j') {
1414
version {
1515
strictly '[4.0,)'
16-
prefer '4.3.1'
16+
prefer '4.4'
1717
}
1818
}
19-
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.3.1'
19+
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.4'
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.13'

0 commit comments

Comments
 (0)