Skip to content

Commit 1066247

Browse files
committed
Upgrade to css4j 5.3
1 parent a358180 commit 1066247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ description = 'css4j-awt'
1212
dependencies {
1313
api('io.sf.carte:css4j') {
1414
version {
15-
strictly '[4.0,)'
16-
prefer '5.2'
15+
strictly '[5.3,)'
16+
prefer '5.3'
1717
}
1818
}
19-
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '5.2'
19+
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '5.3'
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'

0 commit comments

Comments
 (0)