Skip to content

Commit

Permalink
chore(deps): bump ch.qos.logback:logback-classic
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.0 to 1.5.2.
- [Commits](https://github.com/qos-ch/logback/commits)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent f9a061b commit 50bce0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/ktor-hello-world/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("io.ktor:ktor-server-call-logging:2.3.8")
implementation("io.ktor:ktor-server-default-headers:2.3.8")
implementation("io.ktor:ktor-server-cio:2.3.8")
runtimeOnly("ch.qos.logback:logback-classic:1.5.0")
runtimeOnly("ch.qos.logback:logback-classic:1.5.2")
}

kotlin {
Expand Down

0 comments on commit 50bce0c

Please sign in to comment.