File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
176176tasks. 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
181181tasks. 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
You can’t perform that action at this time.
0 commit comments