Skip to content

Commit a5ffa15

Browse files
authored
Merge pull request #26 from sbesson/omero-ms-core_0.9.1
Consume omero-ms-core 0.9.1
2 parents 0d2976a + 5c09f8d commit a5ffa15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'com.glencoesoftware.omero'
7-
version = '0.7.0'
7+
version = '0.7.1-SNAPSHOT'
88

99
mainClassName = 'io.vertx.core.Launcher'
1010

@@ -53,14 +53,14 @@ dependencies {
5353
implementation 'io.zipkin.brave:brave-http:4.13.6'
5454
implementation 'io.zipkin.brave:brave-instrumentation-http:5.6.8'
5555
implementation 'io.zipkin.reporter2:zipkin-sender-okhttp3:2.10.0'
56-
implementation 'ch.qos.logback:logback-classic:1.3.14'
56+
implementation 'ch.qos.logback:logback-classic:1.3.15'
5757
implementation 'org.slf4j:log4j-over-slf4j:1.7.32'
5858
implementation 'com.glencoesoftware.omero:omero-zarr-pixel-buffer:0.4.1'
59-
implementation 'com.glencoesoftware.omero:omero-ms-core:0.9.0'
59+
implementation 'com.glencoesoftware.omero:omero-ms-core:0.9.1'
6060
implementation 'io.vertx:vertx-web:3.8.1'
6161
implementation 'io.vertx:vertx-config:3.8.1'
6262
implementation 'io.vertx:vertx-config-yaml:3.8.1'
63-
implementation 'org.openmicroscopy:omero-blitz:5.7.3'
63+
implementation 'org.openmicroscopy:omero-blitz:5.8.0'
6464
implementation 'io.prometheus.jmx:collector:0.12.0'
6565
implementation 'io.prometheus:simpleclient_hotspot:0.8.0'
6666
implementation 'com.zeroc:icegrid:3.6.4'

0 commit comments

Comments
 (0)