Skip to content

Commit

Permalink
fix(deps): update ch.qos.logback to v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vlsi committed Aug 19, 2024
1 parent a3cc60b commit 99dd44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ repositories {

dependencies {
implementation("org.slf4j:slf4j-api:2.0.16")
implementation("ch.qos.logback:logback-core:1.5.6")
implementation("ch.qos.logback:logback-classic:1.5.6")
implementation("ch.qos.logback:logback-core:1.5.7")
implementation("ch.qos.logback:logback-classic:1.5.7")

implementation("com.itextpdf:itextpdf:5.5.13.4")
implementation("com.jcraft:jsch:0.1.55")
Expand Down

0 comments on commit 99dd44d

Please sign in to comment.