Skip to content

Commit

Permalink
chore(deps): bump ch.qos.logback:logback-classic (#1003)
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.2 to 1.5.3.
- [Commits](https://github.com/qos-ch/logback/commits/v_1.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 3b84b24 commit 1625238
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.9")
implementation("io.ktor:ktor-server-default-headers:2.3.8")
implementation("io.ktor:ktor-server-cio:2.3.9")
runtimeOnly("ch.qos.logback:logback-classic:1.5.2")
runtimeOnly("ch.qos.logback:logback-classic:1.5.3")
}

kotlin {
Expand Down

0 comments on commit 1625238

Please # to comment.