Skip to content

Commit e315830

Browse files
committed
Depend on css4j 5.3.1
1 parent 2f938ea commit e315830

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
@@ -26,7 +26,7 @@ dependencies {
2626
api('io.sf.carte:css4j') {
2727
version {
2828
strictly '[5.3,)'
29-
prefer '5.3'
29+
prefer '5.3.1'
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.3'
51+
version: '5.3.1'
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.2'

0 commit comments

Comments
 (0)