Skip to content

Commit

Permalink
Bump logback version to 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Nov 30, 2023
1 parent 213442c commit b9addbc
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.11")
implementation("ch.qos.logback:logback-classic:1.3.13")
}

configurations.all {
Expand Down

0 comments on commit b9addbc

Please sign in to comment.