From 93110e2794d556487623d78c6ea91c9f4ac620f1 Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sat, 28 Feb 2026 17:29:10 +0100 Subject: [PATCH] [io.monitor] Upgrade dependencies (#5381) * metrics-core from 4.2.37 to 4.2.38 Release notes: https://github.com/dropwizard/metrics/releases * micrometer-core from 1.16.0 to 1.16.3 Release notes: https://github.com/micrometer-metrics/micrometer/releases Signed-off-by: Holger Friedrich --- bundles/org.openhab.core.io.monitor/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.core.io.monitor/pom.xml b/bundles/org.openhab.core.io.monitor/pom.xml index d5bae524a..3b877a0e6 100644 --- a/bundles/org.openhab.core.io.monitor/pom.xml +++ b/bundles/org.openhab.core.io.monitor/pom.xml @@ -33,19 +33,19 @@ io.dropwizard.metrics metrics-core - 4.2.37 + 4.2.38 compile io.micrometer micrometer-core - 1.16.0 + 1.16.3 compile io.micrometer micrometer-commons - 1.16.0 + 1.16.3 compile