We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ae6436 + 33898a9 commit 2cd3187Copy full SHA for 2cd3187
build.gradle
@@ -36,8 +36,8 @@ dependencies {
36
implementation 'ome:formats-bsd:7.0.1'
37
implementation 'com.glencoesoftware:bioformats2raw:0.8.0-rc1'
38
implementation 'org.json:json:20230227'
39
- implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.4'
40
- implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.3.4'
+ implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.13'
+ implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.3.13'
41
testImplementation 'junit:junit:4.12'
42
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
43
}
0 commit comments