Skip to content

Commit

Permalink
Merge pull request #231 from melissalinkert/logback-again
Browse files Browse the repository at this point in the history
Bump logback to 1.3.14
  • Loading branch information
sbesson authored Dec 6, 2023
2 parents f413b19 + 8066afd commit d9a0976
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 @@ -45,8 +45,8 @@ dependencies {
// implementation 'io.nextflow:nxf-s3fs:1.1.0'
implementation 'org.lasersonlab:s3fs:2.2.3'
implementation 'javax.xml.bind:jaxb-api:2.3.0'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.13'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.3.13'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.3.14'


implementation 'org.openpnp:opencv:4.7.0-0'
Expand Down

0 comments on commit d9a0976

Please sign in to comment.