Skip to content

Commit

Permalink
fix(deps): update ch.qos.logback to v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vlsi committed Apr 15, 2024
1 parent e2a0676 commit cae4076
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.13")
implementation("ch.qos.logback:logback-core:1.5.3")
implementation("ch.qos.logback:logback-classic:1.5.3")
implementation("ch.qos.logback:logback-core:1.5.5")
implementation("ch.qos.logback:logback-classic:1.5.5")

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

0 comments on commit cae4076

Please sign in to comment.