Skip to content

Commit

Permalink
Consume released versions of omero-zarr-pixel-buffer and omero-ms-core
Browse files Browse the repository at this point in the history
Also bump omero-blitz to the latest 5.7.3 release
  • Loading branch information
sbesson committed May 16, 2024
1 parent ff64125 commit cf20549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ dependencies {
implementation 'io.zipkin.reporter2:zipkin-sender-okhttp3:2.10.0'
implementation 'ch.qos.logback:logback-classic:1.3.14'
implementation 'org.slf4j:log4j-over-slf4j:1.7.32'
implementation 'com.glencoesoftware.omero:omero-zarr-pixel-buffer:0.4.0-SNAPSHOT'
implementation 'com.glencoesoftware.omero:omero-ms-core:0.9.0-SNAPSHOT'
implementation 'com.glencoesoftware.omero:omero-zarr-pixel-buffer:0.4.0'
implementation 'com.glencoesoftware.omero:omero-ms-core:0.9.0'
implementation 'io.vertx:vertx-web:3.8.1'
implementation 'io.vertx:vertx-config:3.8.1'
implementation 'io.vertx:vertx-config-yaml:3.8.1'
implementation 'io.vertx:vertx-micrometer-metrics:3.8.5'
implementation 'io.micrometer:micrometer-registry-prometheus:1.3.0'
implementation 'org.openmicroscopy:omero-blitz:5.7.2'
implementation 'org.openmicroscopy:omero-blitz:5.7.3'
implementation 'io.prometheus.jmx:collector:0.12.0'
implementation 'io.prometheus:simpleclient_hotspot:0.8.0'
implementation 'info.picocli:picocli:4.1.4'
Expand Down

0 comments on commit cf20549

Please sign in to comment.