Skip to content

Commit

Permalink
Merge pull request #378 from jburel/update_dependencies
Browse files Browse the repository at this point in the history
bump org.openmicroscopy:omero-gateway to 5.8.1
  • Loading branch information
jburel authored Aug 5, 2023
2 parents 782bf8c + 09654af commit 727fee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation("org.jfree:jfreechart:1.0.19")
implementation("org.swinglabs:swingx:1.6.1")

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

0 comments on commit 727fee5

Please sign in to comment.