From eaf0e7b09ec14168dccc831b4bb55b267eedee67 Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sun, 9 Nov 2025 07:33:38 +0100 Subject: [PATCH] [io.monitor] Upgrade dependencies (#5118) * metrics-core from 4.2.30 to 4.2.37 Release notes: https://github.com/dropwizard/metrics/releases * micrometer-core from 1.14.5 to 1.16.0 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 3fb9d4023..6004a0be9 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.30 + 4.2.37 compile io.micrometer micrometer-core - 1.14.5 + 1.16.0 compile io.micrometer micrometer-commons - 1.14.5 + 1.16.0 compile