Skip to content

Commit 45eeb7b

Browse files
committed
Bump org.openmicroscopy:omero-gateway from 5.9.3 to 5.10.5
Brings the latest released version of Bio-Formats, see https://www.openmicroscopy.org/2026/01/15/bio-formats-8-4-0.html
1 parent f8466a5 commit 45eeb7b

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)