From 75cbe1f4168443472f04c04df987f8e9629cbe20 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 14 Nov 2023 11:21:45 +0100 Subject: [PATCH] Bump Dropwizard Metrics to 4.2.22 https://github.com/dropwizard/metrics/releases/tag/v4.2.21 https://github.com/dropwizard/metrics/releases/tag/v4.2.22 Change-Id: I5cb4fce36ab1f62906a77e379ab06711550f6f72 Signed-off-by: Robert Varga --- .../src/main/history/dependencies.xml | 8 ++++---- odlparent-dependency-check/pom.xml | 2 +- odlparent/pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/features/odl-dropwizard-metrics/src/main/history/dependencies.xml b/features/odl-dropwizard-metrics/src/main/history/dependencies.xml index e6d2b27c6..5b640da17 100644 --- a/features/odl-dropwizard-metrics/src/main/history/dependencies.xml +++ b/features/odl-dropwizard-metrics/src/main/history/dependencies.xml @@ -1,9 +1,9 @@ - mvn:io.dropwizard.metrics/metrics-core/4.2.20 - mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.20 - mvn:io.dropwizard.metrics/metrics-jmx/4.2.20 - mvn:io.dropwizard.metrics/metrics-jvm/4.2.20 + mvn:io.dropwizard.metrics/metrics-core/4.2.22 + mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.22 + mvn:io.dropwizard.metrics/metrics-jmx/4.2.22 + mvn:io.dropwizard.metrics/metrics-jvm/4.2.22 diff --git a/odlparent-dependency-check/pom.xml b/odlparent-dependency-check/pom.xml index fb031cb74..dc8fb6485 100644 --- a/odlparent-dependency-check/pom.xml +++ b/odlparent-dependency-check/pom.xml @@ -95,7 +95,7 @@ io.dropwizard.metrics metrics-bom pom - 4.2.20 + 4.2.22 io.netty diff --git a/odlparent/pom.xml b/odlparent/pom.xml index a44ef21f1..6a014dbad 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -721,7 +721,7 @@ io.dropwizard.metrics metrics-bom - 4.2.20 + 4.2.22 import pom -- 2.36.6