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 fa39507 commit a77048cCopy full SHA for a77048c
build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '5.2'
20
testImplementation 'io.sf.carte:xml-dtd:4.3'
21
testImplementation 'nu.validator:htmlparser:1.4.16'
22
- testImplementation 'org.slf4j:slf4j-api:2.0.16'
+ testImplementation 'org.slf4j:slf4j-api:2.0.17'
23
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
24
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
25
}
0 commit comments