Skip to content

Commit

Permalink
Bump logback-classic from 1.2.3 to 1.2.5
Browse files Browse the repository at this point in the history
Bumps logback-classic from 1.2.3 to 1.2.5.

---
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]>
  • Loading branch information
dependabot[bot] authored and hiqua committed Aug 1, 2021
1 parent 9c03174 commit a7afe0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uhabits-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ application {
dependencies {
val ktorVersion = "1.6.2"
val kotlinVersion = "1.5.21"
val logbackVersion = "1.2.3"
val logbackVersion = "1.2.5"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")
implementation("ch.qos.logback:logback-classic:$logbackVersion")
Expand Down

0 comments on commit a7afe0b

Please sign in to comment.