Skip to content

Commit

Permalink
Also bump logback-classic to 1.3.14 in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Dec 11, 2023
1 parent c384449 commit 7974109
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.1.0'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.13'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14'
}

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

0 comments on commit 7974109

Please sign in to comment.