Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 19ed20e commit 660f974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/comet-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

dependencies {
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
implementation("ch.qos.logback:logback-classic:1.4.6")
implementation("ch.qos.logback:logback-classic:1.4.11")

// Kotlinx
implementation("org.jetbrains.kotlinx:atomicfu:0.20.1")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ktlint = "0.48.2"

[libraries]
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
logback-classic = "ch.qos.logback:logback-classic:1.4.5"
logback-classic = "ch.qos.logback:logback-classic:1.4.11"
hutool-cron = { module = "cn.hutool:hutool-cron", version.ref = "hutool" }
hutool-crypto = { module = "cn.hutool:hutool-crypto", version.ref = "hutool" }
hutool-http = { module = "cn.hutool:hutool-http", version.ref = "hutool" }
Expand Down

0 comments on commit 660f974

Please sign in to comment.