Skip to content

Commit

Permalink
Upgrade to css4j 5.1
Browse files Browse the repository at this point in the history
carlosame committed Jan 24, 2025
1 parent 446fcdb commit b33facb
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
@@ -13,7 +13,7 @@ dependencies {
api('io.sf.carte:css4j') {
version {
strictly '[3.4.0,)'
prefer '5.0'
prefer '5.1'
}
}
api('io.sf.carte:xml-dtd') {
@@ -34,7 +34,7 @@ dependencies {
prefer '2.0.16'
}
}
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '5.0'
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '5.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

0 comments on commit b33facb

Please sign in to comment.