Skip to content

Commit

Permalink
Build with css4j 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jan 3, 2024
1 parent b9801da commit aad116f
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,7 +13,7 @@ dependencies {
api('io.sf.carte:css4j') {
version {
strictly '[3.4.0,)'
prefer '4.2.1'
prefer '4.2.2'
}
}
api('io.sf.carte:xml-dtd') {
Expand All @@ -34,7 +34,7 @@ dependencies {
prefer '2.0.9'
}
}
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.2.1'
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.2.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
Expand Down

0 comments on commit aad116f

Please sign in to comment.