Skip to content

Commit

Permalink
fix(deps): update ch.qos.logback to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vlsi committed Mar 4, 2024
1 parent c53bb55 commit c15fdf5
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.12")
implementation("ch.qos.logback:logback-core:1.4.14")
implementation("ch.qos.logback:logback-classic:1.4.14")
implementation("ch.qos.logback:logback-core:1.5.2")
implementation("ch.qos.logback:logback-classic:1.5.2")

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

0 comments on commit c15fdf5

Please sign in to comment.