Skip to content

Commit 92c6031

Browse files
committed
Upgrade to css4j 5.3
1 parent f0e12e8 commit 92c6031

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
@@ -25,8 +25,8 @@ java {
2525
dependencies {
2626
api('io.sf.carte:css4j') {
2727
version {
28-
strictly '[5.1,)'
29-
prefer '5.2'
28+
strictly '[5.3,)'
29+
prefer '5.3'
3030
}
3131
}
3232
useragentImplementation('io.sf.carte:css4j-agent') {
@@ -48,7 +48,7 @@ dependencies {
4848
xmlpullImplementation 'xmlpull:xmlpull:1.2.0'
4949
xmlpullImplementation 'xpp3:xpp3_min:1.2.0'
5050
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests',
51-
version: '5.2'
51+
version: '5.3'
5252
testImplementation 'jaxen:jaxen:2.0.0'
5353
testImplementation 'org.slf4j:slf4j-api:2.0.17'
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'

0 commit comments

Comments
 (0)