Skip to content

Commit 8ebbac3

Browse files
committed
Use css4j 5.2 and css4j-agent 5.1 in tests
1 parent 9edda67 commit 8ebbac3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ dependencies {
2626
api('io.sf.carte:css4j') {
2727
version {
2828
strictly '[5.1,)'
29-
prefer '5.1'
29+
prefer '5.2'
3030
}
3131
}
3232
useragentImplementation('io.sf.carte:css4j-agent') {
3333
version {
3434
strictly '[3.4.0,)'
35-
prefer '5.0'
35+
prefer '5.1'
3636
}
3737
}
3838
/*
@@ -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.1'
51+
version: '5.2'
5252
testImplementation 'jaxen:jaxen:2.0.0'
5353
testImplementation 'org.slf4j:slf4j-api:2.0.16'
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
@@ -174,12 +174,12 @@ tasks.register('copyJars', Copy) {
174174
}
175175

176176
tasks.register('lineEndingConversion', CRLFConvert) {
177-
description 'Convert top-level files to Windows line endings'
177+
description = 'Convert top-level files to Windows line endings'
178178
file "$rootDir/RELEASE_NOTES.md"
179179
}
180180

181181
tasks.register('lineEndingConvCopy', CRLFConvertCopy) {
182-
description 'Convert LICENSE.txt to Windows line endings'
182+
description = 'Convert LICENSE.txt to Windows line endings'
183183
from "$rootDir/LICENSE.txt"
184184
}
185185

0 commit comments

Comments
 (0)