Bump dropwizard-metrics to 4.1.25 05/97105/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 9 Aug 2021 11:03:33 +0000 (13:03 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 9 Aug 2021 11:03:33 +0000 (13:03 +0200)
https://github.com/dropwizard/metrics/releases/tag/v4.1.22
https://github.com/dropwizard/metrics/releases/tag/v4.1.23
https://github.com/dropwizard/metrics/releases/tag/v4.1.24
https://github.com/dropwizard/metrics/releases/tag/v4.1.25

Change-Id: If0f8db7aa1410233e9addd02a5bf7803ca6fbff2
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 f9144afbef73c7d57b44eec18c6edda1445b3b48..f3226a9c2288597b8f26cd1dbcf08ba2ada0a54e 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.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>
+        <bundle>mvn:io.dropwizard.metrics/metrics-core/4.1.25</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.1.25</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.1.25</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.1.25</bundle>
     </feature>
 </features>
index 94cbeb923baa6bb19bf5760af2f0a9eb3483cc1a..6343941caa1698f25d5516a6cd2adc0e6e7e7f0a 100644 (file)
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-bom</artifactId>
             <type>pom</type>
-            <version>4.1.21</version>
+            <version>4.1.25</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
index 11aec4459896965071e7412d6e765fc349b17eb0..629cd787585d5c844d2aab92e1af0bde11c77e2e 100644 (file)
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>
         <artifactId>metrics-bom</artifactId>
-        <version>4.1.21</version>
+        <version>4.1.25</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>