Skip to content

Commit 0c155c2

Browse files
committed
Use SLF4J 2.0.17 in tests
1 parent ddf1d0d commit 0c155c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests',
5151
version: '5.2'
5252
testImplementation 'jaxen:jaxen:2.0.0'
53-
testImplementation 'org.slf4j:slf4j-api:2.0.16'
53+
testImplementation 'org.slf4j:slf4j-api:2.0.17'
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
5555
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5656
// css4j tests still use JUnit 4

0 commit comments

Comments
 (0)