Skip to content

Commit 736a298

Browse files
Update dependency ch.qos.logback:logback-classic to v1.5.18 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddcd910 commit 736a298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ subprojects {
3232
apply(plugin = "java")
3333

3434
val junitVersion = "5.12.1"
35-
val logbackVersion = "1.5.17"
35+
val logbackVersion = "1.5.18"
3636
val slf4jVersion = "2.0.17"
3737

3838
dependencies {

data-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737

3838
// Logging
3939
implementation("org.slf4j:slf4j-api:2.0.11")
40-
implementation("ch.qos.logback:logback-classic:1.4.14")
40+
implementation("ch.qos.logback:logback-classic:1.5.18")
4141

4242
// Testing
4343
testImplementation(platform("org.junit:junit-bom:5.12.1"))

0 commit comments

Comments
 (0)