Skip to content

Commit

Permalink
Bump to 5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jul 5, 2019
1 parent e0569e8 commit 98b2ddb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.5.3 (July 2019)
-----------------

- Fix SSL cipher issue to allow Insight to be used from Fedora 30
- Fix stack overflow exception
- Bump to omero-gateway-java 5.5.3

5.5.2 (June 2019)
-----------------

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "org.openmicroscopy"
version = "5.5.3-SNAPSHOT"
version = "5.5.3"

repositories {
mavenLocal()
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {

implementation("net.sf.ehcache:ehcache-core:2.6.11")

implementation("org.openmicroscopy:omero-gateway:5.5.2") {
implementation("org.openmicroscopy:omero-gateway:5.5.3") {
// Conflicts with `net.java.dev.jna`
exclude group: "com.sun.jna", module: "jna"
}
Expand Down

0 comments on commit 98b2ddb

Please sign in to comment.