Skip to content

Commit

Permalink
Upgrade to css4j 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Aug 18, 2024
1 parent dab2504 commit 56a413b
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.2.2'
prefer '4.3.1'
}
}
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.2.2'
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.3.1'
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 56a413b

Please sign in to comment.