Skip to content

Commit

Permalink
chore(deps): update dependency ch.qos.logback:logback-core to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Feb 24, 2024
1 parent 7d7111e commit 8982b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")

implementation("ch.qos.logback:logback-classic:1.4.14")
implementation("ch.qos.logback:logback-core:1.4.14")
implementation("ch.qos.logback:logback-core:1.5.0")

// Upgraded version of Jackson Databind to patch:
// CVE-2022-42003 - https://github.com/advisories/GHSA-jjjh-jjxp-wpff
Expand Down

0 comments on commit 8982b7b

Please sign in to comment.