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 ddcd910 commit 736a298Copy full SHA for 736a298
build.gradle.kts
@@ -32,7 +32,7 @@ subprojects {
32
apply(plugin = "java")
33
34
val junitVersion = "5.12.1"
35
- val logbackVersion = "1.5.17"
+ val logbackVersion = "1.5.18"
36
val slf4jVersion = "2.0.17"
37
38
dependencies {
data-generator/build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
// Logging
39
implementation("org.slf4j:slf4j-api:2.0.11")
40
- implementation("ch.qos.logback:logback-classic:1.4.14")
+ implementation("ch.qos.logback:logback-classic:1.5.18")
41
42
// Testing
43
testImplementation(platform("org.junit:junit-bom:5.12.1"))
0 commit comments