Skip to content

Commit

Permalink
Run tests with css4j 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Aug 31, 2024
1 parent 7474d41 commit 2373f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
api('io.sf.carte:css4j') {
version {
strictly '[4.2.2,)'
prefer '4.3.1'
prefer '4.4'
}
}
useragentImplementation('io.sf.carte:css4j-agent') {
Expand All @@ -48,7 +48,7 @@ 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.3.1'
version: '4.4'
testImplementation 'jaxen:jaxen:1.2.0'
testImplementation 'org.slf4j:slf4j-api:2.0.13'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
Expand Down

0 comments on commit 2373f3a

Please sign in to comment.