Skip to content

Commit

Permalink
Merge pull request #18 from bennesp/dependabot/gradle/ch.qos.logback-…
Browse files Browse the repository at this point in the history
…logback-classic-1.4.7

Bump ch.qos.logback:logback-classic from 1.4.6 to 1.4.7
  • Loading branch information
bennesp authored Apr 24, 2023
2 parents b461daa + fbfd962 commit 0b1bf02
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.3.0"
@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 0b1bf02

Please sign in to comment.