Bump dropwizard-metrics to 4.2.21 77/108477/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Oct 2023 12:25:03 +0000 (14:25 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Oct 2023 12:25:03 +0000 (14:25 +0200)
https://github.com/dropwizard/metrics/releases/tag/v4.2.21

Change-Id: Ib7ffb391561849b82ee8f0f3a27a65b69bc0c5d6
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..ff27ca14349bab6ba8cb1cd774de79165fafd691 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.21</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.21</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.21</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.21</bundle>
     </feature>
 </features>
index 4f8e290382d6a2747fc36ea5d75584f85fd75103..e0d2f44b7a6b924f144e7776bb6442d2008f481b 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.21</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
index b44333a524c6d1c98cdd64b311529a6f5956cf93..0e9e98324caf1ba4774c355fcd105690fd052c98 100644 (file)
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>
         <artifactId>metrics-bom</artifactId>
-        <version>4.2.20</version>
+        <version>4.2.21</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>