Skip to content

Commit

Permalink
Merge pull request #136 from sbesson/logback_1.2.x
Browse files Browse the repository at this point in the history
Set logback dependency to 1.2.x
  • Loading branch information
jburel authored Mar 13, 2023
2 parents a24722b + 3b2a2e3 commit 3ade962
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ 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.5")
implementation("ch.qos.logback:logback-classic:1.2.11")
// Use the same slfj4-api version as declared in Bio-Formats
implementation("org.slf4j:slf4j-api:1.7.30")
}

configurations.all {
Expand Down

0 comments on commit 3ade962

Please sign in to comment.