Skip to content

Commit 0b1bf02

Browse files
authored
Merge pull request #18 from bennesp/dependabot/gradle/ch.qos.logback-logback-classic-1.4.7
Bump ch.qos.logback:logback-classic from 1.4.6 to 1.4.7
2 parents b461daa + fbfd962 commit 0b1bf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
@Suppress("LocalVariableName")
1515
val ktor_version = "2.3.0"
1616
@Suppress("LocalVariableName")
17-
val logback_version = "1.4.6"
17+
val logback_version = "1.4.7"
1818

1919
// Ktor server
2020
implementation("io.ktor:ktor-server-core:$ktor_version")

0 commit comments

Comments
 (0)