Skip to content

Commit

Permalink
chore(deps): update dependency ch.qos.logback:logback-core to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Mar 2, 2024
1 parent cf60172 commit 2fd262d
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.5.1")
implementation("ch.qos.logback:logback-core:1.5.1")
implementation("ch.qos.logback:logback-core:1.5.2")

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

0 comments on commit 2fd262d

Please sign in to comment.