Skip to content

Commit

Permalink
Merge pull request #106 from WSE-research/dependabot/gradle/ch.qos.lo…
Browse files Browse the repository at this point in the history
…gback-logback-classic-1.5.1

build(deps): bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.1
  • Loading branch information
anbo-de authored Mar 1, 2024
2 parents 9dc03cb + 373079f commit 87813bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("io.ktor:ktor-client-core:2.3.8")
implementation("io.ktor:ktor-client-cio:2.3.8")
implementation("io.ktor:ktor-server-html-builder:2.3.8")
implementation("ch.qos.logback:logback-classic:1.4.14")
implementation("ch.qos.logback:logback-classic:1.5.1")

// Use the Kotlin test library.
testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand Down

0 comments on commit 87813bb

Please sign in to comment.