Bump Dropwizard Metrics to 4.2.23 60/109160/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 6 Dec 2023 08:50:30 +0000 (09:50 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 11 Dec 2023 15:58:12 +0000 (15:58 +0000)
https://github.com/dropwizard/metrics/releases/tag/v4.2.23

Change-Id: Ic0c32e2167032f934a46ef15217b5aedb4472d3f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-dropwizard-metrics/src/main/history/dependencies.xml
odlparent-dependency-check/pom.xml
odlparent/pom.xml

index 5b640da17db96be92dce61e69e43e033aab97ab2..6c7b792a1f6700345c19410200cf783e19e798a5 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="odl-dropwizard-metrics">
     <feature version="0.0.0">
-        <bundle>mvn:io.dropwizard.metrics/metrics-core/4.2.22</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.22</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.22</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.22</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-core/4.2.23</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.23</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.23</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.23</bundle>
     </feature>
 </features>
index abf8fe5c750f73973c698935dbd2cd342618c42d..90fed0204010d4b80afeb6a4c236806ceb1f0d46 100644 (file)
@@ -95,7 +95,7 @@
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-bom</artifactId>
             <type>pom</type>
-            <version>4.2.22</version>
+            <version>4.2.23</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
index ee42534c729a404330d18b4463fe26bcf75b7c02..301bca2305f3ae914e0feecb94bb65b7baf6c079 100644 (file)
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>
         <artifactId>metrics-bom</artifactId>
-        <version>4.2.22</version>
+        <version>4.2.23</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>