Skip to content

Commit 37da010

Browse files
authoredDec 20, 2024
chore(deps): bump ch.qos.logback:logback-classic in /kotlin (#11)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.5.14. - [Commits](qos-ch/logback@v_1.2.11...v_1.5.14) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2882c56 commit 37da010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎kotlin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation("io.ktor:ktor-serialization-kotlinx-json:2.0.0")
2222

2323
// Logging for Ktor
24-
implementation("ch.qos.logback:logback-classic:1.2.11")
24+
implementation("ch.qos.logback:logback-classic:1.5.14")
2525
}
2626

2727
java {

0 commit comments

Comments
 (0)