Skip to content

Commit fb4decf

Browse files
authored
Merge pull request #612 from viartemev/renovate/logback-monorepo
fix(deps): update logback monorepo to v1.5.18
2 parents 7a54733 + ff136da commit fb4decf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ allprojects {
6363
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")
6464
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3")
6565
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
66-
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.14")
67-
testRuntimeOnly("ch.qos.logback:logback-core:1.4.14")
66+
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.18")
67+
testRuntimeOnly("ch.qos.logback:logback-core:1.5.18")
6868
implementation("org.slf4j:slf4j-api:2.0.17")
6969
}
7070
}

0 commit comments

Comments
 (0)