Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.4.6 to 1.4.7
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.4.6 to 1.4.7.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.4.6...v_1.4.7)

---
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 Apr 24, 2023
1 parent b5eecec commit fbfd962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
@Suppress("LocalVariableName")
val ktor_version = "2.2.4"
@Suppress("LocalVariableName")
val logback_version = "1.4.6"
val logback_version = "1.4.7"

// Ktor server
implementation("io.ktor:ktor-server-core:$ktor_version")
Expand Down

0 comments on commit fbfd962

Please sign in to comment.