Skip to content

Commit a181e04

Browse files
committed
Upgrade to css4j 5.3
1 parent 84f041c commit a181e04

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
@@ -12,8 +12,8 @@ description = 'css4j-agent'
1212
dependencies {
1313
api('io.sf.carte:css4j') {
1414
version {
15-
strictly '[3.4.0,)'
16-
prefer '5.2'
15+
strictly '[5.3,)'
16+
prefer '5.3'
1717
}
1818
}
1919
api('io.sf.carte:xml-dtd') {
@@ -34,7 +34,7 @@ dependencies {
3434
prefer '2.0.17'
3535
}
3636
}
37-
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '5.2'
37+
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '5.3'
3838
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
3939
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4040
}

0 commit comments

Comments
 (0)