Skip to content

Commit c50c5af

Browse files
dependabot[bot]hiqua
authored andcommitted
Bump logback-classic from 1.2.5 to 1.2.6
Bumps logback-classic from 1.2.5 to 1.2.6. --- 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 fa3774a commit c50c5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uhabits-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ application {
3535
dependencies {
3636
val ktorVersion = "1.6.4"
3737
val kotlinVersion = "1.5.31"
38-
val logbackVersion = "1.2.5"
38+
val logbackVersion = "1.2.6"
3939
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
4040
implementation("io.ktor:ktor-server-netty:$ktorVersion")
4141
implementation("ch.qos.logback:logback-classic:$logbackVersion")

0 commit comments

Comments
 (0)