Bump dropwizard-metrics to 4.1.21 91/95991/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 5 May 2021 12:52:16 +0000 (14:52 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 5 May 2021 12:52:16 +0000 (14:52 +0200)
https://github.com/dropwizard/metrics/releases/tag/v4.1.20
https://github.com/dropwizard/metrics/releases/tag/v4.1.21

Change-Id: Ie2756168fecbc21ebf1f7a3f9e44c5682be2b63d
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 74b5d92b49e615491ff18d17c6c651859e10ec0f..f9144afbef73c7d57b44eec18c6edda1445b3b48 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.1.19</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.1.19</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.1.19</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.1.19</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-core/4.1.21</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.1.21</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.1.21</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.1.21</bundle>
     </feature>
 </features>
index 5dc6264bfc25c4b1b27fb9d357bb3ee3f729bc62..2882644d42f7ad64866bc112c8273167d6c00c14 100644 (file)
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-bom</artifactId>
             <type>pom</type>
-            <version>4.1.19</version>
+            <version>4.1.21</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
index e7165e884d4eae2b68e3eac60c47b5a6eec9987c..39b5db0d071958f97cf2a5e428ba640c0a2f555d 100644 (file)
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>
         <artifactId>metrics-bom</artifactId>
-        <version>4.1.19</version>
+        <version>4.1.21</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>