Skip to content

Commit

Permalink
Bump logback-classic to version 1.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Dec 13, 2023
1 parent b9addbc commit 4c2520c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation("org.apache.httpcomponents:httpmime:4.5.6")
implementation("gnu.getopt:java-getopt:1.0.13")
implementation("net.sf.ehcache:ehcache:2.10.6")
implementation("ch.qos.logback:logback-classic:1.3.13")
implementation("ch.qos.logback:logback-classic:1.3.14")
}

configurations.all {
Expand Down

0 comments on commit 4c2520c

Please sign in to comment.