Bump dropwizard-metrics to 4.2.19 22/106522/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 18 Jun 2023 19:00:57 +0000 (21:00 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 18 Jun 2023 19:00:57 +0000 (21:00 +0200)
https://github.com/dropwizard/metrics/releases/tag/v4.2.19

Change-Id: I8e703819c424770d0b55e65dc8d2d3f63011fca7
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 1bb46b57a714e98cf4f22530297863f2540bc564..9935c60d17a8a196e8491ab82d57181684357169 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.18</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.18</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.18</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.18</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-core/4.2.19</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.19</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.19</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.19</bundle>
     </feature>
 </features>
index 0c1f31fd5387c020c87fce7ef56aa28ebe4c87cb..b5c52e4b10420882af5581204590de9cb279f422 100644 (file)
@@ -95,7 +95,7 @@
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-bom</artifactId>
             <type>pom</type>
-            <version>4.2.18</version>
+            <version>4.2.19</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
index 77e1dee254d5081e6bdaa93975bf15deedf469e0..152f9cdb3565d4552969f6aa50848fea1a710d73 100644 (file)
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>
         <artifactId>metrics-bom</artifactId>
-        <version>4.2.18</version>
+        <version>4.2.19</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>