We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf1d0d commit 0c155c2Copy full SHA for 0c155c2
build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests',
51
version: '5.2'
52
testImplementation 'jaxen:jaxen:2.0.0'
53
- testImplementation 'org.slf4j:slf4j-api:2.0.16'
+ testImplementation 'org.slf4j:slf4j-api:2.0.17'
54
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
55
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
56
// css4j tests still use JUnit 4
0 commit comments