Skip to content

Commit

Permalink
Upgrade to latest versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Oct 5, 2024
1 parent bdd6a0d commit 3f71214
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ dependencies {
api('io.sf.carte:css4j') {
version {
strictly '[4.2.2,)'
prefer '4.4'
prefer '5.0'
}
}
useragentImplementation('io.sf.carte:css4j-agent') {
version {
strictly '[3.4.0,)'
prefer '4.0'
prefer '5.0'
}
}
/*
Expand All @@ -48,13 +48,13 @@ dependencies {
xmlpullImplementation 'xmlpull:xmlpull:1.2.0'
xmlpullImplementation 'xpp3:xpp3_min:1.2.0'
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests',
version: '4.4'
version: '5.0'
testImplementation 'jaxen:jaxen:1.2.0'
testImplementation 'org.slf4j:slf4j-api:2.0.13'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
// css4j 4.x tests still use JUnit 4
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.1'
}

extraJavaModuleInfo {
Expand Down

0 comments on commit 3f71214

Please sign in to comment.