We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11261e commit 0ed77d2Copy full SHA for 0ed77d2
data-generator/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
implementation("info.picocli:picocli:4.7.5")
37
38
// Logging
39
- implementation("org.slf4j:slf4j-api:2.0.11")
+ implementation("org.slf4j:slf4j-api:2.0.17")
40
implementation("ch.qos.logback:logback-classic:1.4.14")
41
42
// Testing
0 commit comments