From 702ec44c210a6ad3c7d982e26ec3fb64717cf230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Thu, 8 Feb 2024 10:03:36 +0000 Subject: [PATCH] Bump logback to 1.3.14 and omero-blitz to 5.7.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 97776ea..0eceb4a 100644 --- a/build.gradle +++ b/build.gradle @@ -61,13 +61,13 @@ dependencies { implementation 'io.zipkin.brave:brave-http:4.13.6' implementation 'io.zipkin.brave:brave-instrumentation-http:5.6.8' implementation 'io.zipkin.reporter2:zipkin-sender-okhttp3:2.10.0' - implementation 'ch.qos.logback:logback-classic:1.2.11' + implementation 'ch.qos.logback:logback-classic:1.3.14' implementation 'org.slf4j:log4j-over-slf4j:1.7.32' implementation 'com.glencoesoftware.omero:omero-ms-core:0.7.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 'org.openmicroscopy:omero-blitz:5.6.2' + implementation 'org.openmicroscopy:omero-blitz:5.7.2' implementation 'io.prometheus.jmx:collector:0.12.0' implementation 'io.prometheus:simpleclient_hotspot:0.8.0' implementation 'com.zeroc:icegrid:3.6.5'