Skip to content

Commit 3f71214

Browse files
committed
Upgrade to latest versions of dependencies
1 parent bdd6a0d commit 3f71214

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

6060
extraJavaModuleInfo {

0 commit comments

Comments
 (0)