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 56a413b commit b90f5f7
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 @@ -13,10 +13,10 @@ dependencies {
api('io.sf.carte:css4j') {
version {
strictly '[4.0,)'
prefer '4.3.1'
prefer '4.4'
}
}
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.3.1'
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.4'
testImplementation 'io.sf.carte:xml-dtd:4.3'
testImplementation 'nu.validator:htmlparser:1.4.16'
testImplementation 'org.slf4j:slf4j-api:2.0.13'
Expand Down

0 comments on commit b90f5f7

Please sign in to comment.