Skip to content

Commit fbfd962

Browse files
Bump ch.qos.logback:logback-classic from 1.4.6 to 1.4.7
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]>
1 parent b5eecec commit fbfd962

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.2.4"
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)