Bump logback-classic from 1.2.3 to 1.2.5

Bumps logback-classic from 1.2.3 to 1.2.5.

---
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>
pull/1054/head
dependabot[bot] 4 years ago committed by Quentin Hibon
parent 9c03174eef
commit a7afe0b309

@ -35,7 +35,7 @@ application {
dependencies { dependencies {
val ktorVersion = "1.6.2" val ktorVersion = "1.6.2"
val kotlinVersion = "1.5.21" val kotlinVersion = "1.5.21"
val logbackVersion = "1.2.3" val logbackVersion = "1.2.5"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion") implementation("io.ktor:ktor-server-netty:$ktorVersion")
implementation("ch.qos.logback:logback-classic:$logbackVersion") implementation("ch.qos.logback:logback-classic:$logbackVersion")

Loading…
Cancel
Save