Skip to content

Commit 0aa8311

Browse files
authored
Merge pull request #416 from jburel/prep_5.8.4
Prep 5.8.4
2 parents 24c66b8 + d07c797 commit 0aa8311

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
5.8.4 (MAy 2024)
2+
----------------
3+
4+
- BugFix: Handle out of space [#427](https://github.com/ome/omero-insight/pull/427)
5+
- BugFix: Use correct type in equals [#422](https://github.com/ome/omero-insight/pull/422)
6+
- BugFix: Logical AND needed [#419](https://github.com/ome/omero-insight/pull/419)
7+
- BugFix: Add missing break statement [#419](https://github.com/ome/omero-insight/pull/419)
8+
- BugFix: Fix comparaison of objects via equals [#419](https://github.com/ome/omero-insight/pull/419)
9+
- BugFix: Fix posix issue [#418](https://github.com/ome/omero-insight/pull/418)
10+
- BugFix: Add break [#413](https://github.com/ome/omero-insight/pull/413)
11+
- BugFix: Adjust shift logic [#404](https://github.com/ome/omero-insight/pull/404)
12+
- BugFix: Set the font [#407](https://github.com/ome/omero-insight/pull/407)
13+
- BugFix: Add missing return [#408](https://github.com/ome/omero-insight/pull/408)
14+
- BugFix: Use super to remove the key from the HashMap [#402](https://github.com/ome/omero-insight/pull/402)
15+
- Update: Use Gateway method for downloading image [#409](https://github.com/ome/omero-insight/pull/409)
16+
- Bump omero-gateway-java to 5.9.1 [#416](https://github.com/ome/omero-insight/pull/416)
17+
- Bump logback-classic to 1.3.14 [#416](https://github.com/ome/omero-insight/pull/416)
18+
- Bump logback-core to 1.3.14 [#416](https://github.com/ome/omero-insight/pull/416)
19+
120
5.8.3 (September 2023)
221
----------------------
322

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ dependencies {
4343
implementation("org.jfree:jfreechart:1.0.19")
4444
implementation("org.swinglabs:swingx:1.6.1")
4545

46-
implementation("org.openmicroscopy:omero-gateway:5.8.2") {
46+
implementation("org.openmicroscopy:omero-gateway:5.9.1") {
4747
// Conflicts with `net.java.dev.jna`
4848
exclude group: "com.sun.jna", module: "jna"
4949
}
50-
implementation("ch.qos.logback:logback-classic:1.3.5")
51-
implementation("ch.qos.logback:logback-core:1.3.5")
50+
implementation("ch.qos.logback:logback-classic:1.3.14")
51+
implementation("ch.qos.logback:logback-core:1.3.14")
5252
}
5353

5454
test {

0 commit comments

Comments
 (0)