We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45cecbd + 45eeb7b commit 050a7aeCopy full SHA for 050a7ae
build.gradle
@@ -48,12 +48,11 @@ dependencies {
48
implementation("org.jfree:jfreechart:1.0.19")
49
implementation("org.swinglabs:swingx:1.6.1")
50
51
- implementation("org.openmicroscopy:omero-gateway:5.9.3") {
+ implementation("org.openmicroscopy:omero-gateway:5.10.5") {
52
// Conflicts with `net.java.dev.jna`
53
exclude group: "com.sun.jna", module: "jna"
54
}
55
- implementation("ch.qos.logback:logback-classic:1.3.14")
56
- implementation("ch.qos.logback:logback-core:1.3.14")
+ implementation("ch.qos.logback:logback-classic:1.3.16")
57
58
59
test {
0 commit comments