Skip to content

Commit 0ed77d2

Browse files
Update dependency org.slf4j:slf4j-api to v2.0.17
1 parent a11261e commit 0ed77d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-generator/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("info.picocli:picocli:4.7.5")
3737

3838
// Logging
39-
implementation("org.slf4j:slf4j-api:2.0.11")
39+
implementation("org.slf4j:slf4j-api:2.0.17")
4040
implementation("ch.qos.logback:logback-classic:1.4.14")
4141

4242
// Testing

0 commit comments

Comments
 (0)