Skip to content

Commit 3bae4f4

Browse files
Update dependency org.slf4j:slf4j-api to v2.0.10
1 parent 1003ee4 commit 3bae4f4

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
@@ -65,7 +65,7 @@ allprojects {
6565
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
6666
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.14")
6767
testRuntimeOnly("ch.qos.logback:logback-core:1.4.14")
68-
implementation("org.slf4j:slf4j-api:2.0.9")
68+
implementation("org.slf4j:slf4j-api:2.0.10")
6969
}
7070
}
7171

0 commit comments

Comments
 (0)