Skip to content

Commit

Permalink
Also bump logback in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Nov 30, 2023
1 parent 65ab1f1 commit 8be00ae
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 @@ -17,7 +17,7 @@ repositories {

dependencies {
implementation group: 'ome', name: 'formats-gpl', version: '7.0.1'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.11'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.13'
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 8be00ae

Please sign in to comment.