File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 ' [4.2.2,)'
29- prefer ' 4.4 '
29+ prefer ' 5.0 '
3030 }
3131 }
3232 useragentImplementation(' io.sf.carte:css4j-agent' ) {
3333 version {
3434 strictly ' [3.4.0,)'
35- prefer ' 4 .0'
35+ prefer ' 5 .0'
3636 }
3737 }
3838 /*
@@ -48,13 +48,13 @@ 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 : ' 4.4 '
51+ version : ' 5.0 '
5252 testImplementation ' jaxen:jaxen:1.2.0'
5353 testImplementation ' org.slf4j:slf4j-api:2.0.13'
5454 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.1'
5555 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
5656 // css4j 4.x tests still use JUnit 4
57- testImplementation ' org.junit.vintage:junit-vintage-engine:5.11.0 '
57+ testImplementation ' org.junit.vintage:junit-vintage-engine:5.11.1 '
5858}
5959
6060extraJavaModuleInfo {
You can’t perform that action at this time.
0 commit comments