Skip to content

Commit 3b07ea6

Browse files
committed
Prefer css4j 5.0
1 parent 26d24ec commit 3b07ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
api('io.sf.carte:css4j') {
1414
version {
1515
strictly '[3.4.0,)'
16-
prefer '4.4'
16+
prefer '5.0'
1717
}
1818
}
1919
api('io.sf.carte:xml-dtd') {
@@ -34,7 +34,7 @@ dependencies {
3434
prefer '2.0.16'
3535
}
3636
}
37-
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.4'
37+
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '5.0'
3838
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
3939
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4040
}

0 commit comments

Comments
 (0)