Skip to content

Commit 050a7ae

Browse files
authored
Merge pull request #488 from sbesson/omero-gateway_5.10.5
Bump org.openmicroscopy:omero-gateway from 5.9.3 to 5.10.5
2 parents 45cecbd + 45eeb7b commit 050a7ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ dependencies {
4848
implementation("org.jfree:jfreechart:1.0.19")
4949
implementation("org.swinglabs:swingx:1.6.1")
5050

51-
implementation("org.openmicroscopy:omero-gateway:5.9.3") {
51+
implementation("org.openmicroscopy:omero-gateway:5.10.5") {
5252
// Conflicts with `net.java.dev.jna`
5353
exclude group: "com.sun.jna", module: "jna"
5454
}
55-
implementation("ch.qos.logback:logback-classic:1.3.14")
56-
implementation("ch.qos.logback:logback-core:1.3.14")
55+
implementation("ch.qos.logback:logback-classic:1.3.16")
5756
}
5857

5958
test {

0 commit comments

Comments
 (0)