Skip to content

Commit

Permalink
Update logback version to remove vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Jan 14, 2025
1 parent a501e37 commit 3348848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/maven/artifacts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ artifacts = {
"androidx.annotation:annotation": "1.2.0",
"aws.sdk.kotlin:sqs-jvm": "1.3.23",
"aws.sdk.kotlin:marketplacemetering-jvm": "1.3.23",
"ch.qos.logback:logback-classic": "1.4.9",
"ch.qos.logback:logback-core": "1.4.9",
"ch.qos.logback:logback-classic": "1.4.14",
"ch.qos.logback:logback-core": "1.4.14",
"ch.qos.logback.contrib:logback-json-classic" : "0.1.5",
"ch.qos.logback.contrib:logback-json-core" : "0.1.5",
"ch.qos.logback.contrib:logback-jackson" : "0.1.5",
Expand Down

0 comments on commit 3348848

Please sign in to comment.