Skip to content

Commit

Permalink
bump ch.qos.logback:logback-classic and logback-core to 1.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Dec 18, 2023
1 parent 4dd3e71 commit 388d3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies {
// Conflicts with `net.java.dev.jna`
exclude group: "com.sun.jna", module: "jna"
}
implementation("ch.qos.logback:logback-classic:1.3.5")
implementation("ch.qos.logback:logback-core:1.3.5")
implementation("ch.qos.logback:logback-classic:1.3.14")
implementation("ch.qos.logback:logback-core:1.3.14")
}

test {
Expand Down

0 comments on commit 388d3b2

Please sign in to comment.