Bump Dropwizard Metrics to 4.2.22 46/108946/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 14 Nov 2023 10:21:45 +0000 (11:21 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 14 Nov 2023 10:21:45 +0000 (11:21 +0100)
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 <robert.varga@pantheon.tech>
features/odl-dropwizard-metrics/src/main/history/dependencies.xml
odlparent-dependency-check/pom.xml
odlparent/pom.xml

index e6d2b27c64731373c5415a0a31275aa26cccb6e9..5b640da17db96be92dce61e69e43e033aab97ab2 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.20</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.20</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.20</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.20</bundle>
+        <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>
     </feature>
 </features>
index fb031cb749bc9187a662e3884d8f9d55d1d203f6..dc8fb6485df3f81e9e6f3298fb2ec1ae60fa825b 100644 (file)
@@ -95,7 +95,7 @@
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-bom</artifactId>
             <type>pom</type>
-            <version>4.2.20</version>
+            <version>4.2.22</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
index a44ef21f12c07a60b3d35d4988bb2f5eba90ec3d..6a014dbad8e1af5e182a645da001cc29e0d8d065 100644 (file)
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>
         <artifactId>metrics-bom</artifactId>
-        <version>4.2.20</version>
+        <version>4.2.22</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>