Bump dropwizard-metrics to 4.2.25 22/110022/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Jan 2024 14:08:24 +0000 (15:08 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Jan 2024 14:08:24 +0000 (15:08 +0100)
https://github.com/dropwizard/metrics/releases/tag/v4.2.24
https://github.com/dropwizard/metrics/releases/tag/v4.2.25

Change-Id: Id0162a307250361d13b419aa601ee45429d8a9aa
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 6c7b792a1f6700345c19410200cf783e19e798a5..c8bfd44708d1bced5b75dc46116c6dc4a9176726 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.23</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.23</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.23</bundle>
-        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.23</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-core/4.2.25</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.25</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.25</bundle>
+        <bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.25</bundle>
     </feature>
 </features>
index 6cd1bafeb6cb6ae469b82ba300438078f290df0b..9e95251caa942bbb3f7b5cbdb9a6efa07f694207 100644 (file)
@@ -95,7 +95,7 @@
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-bom</artifactId>
             <type>pom</type>
-            <version>4.2.23</version>
+            <version>4.2.25</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
index 96446749baa4a8866cdd1ad82c8a57f8355ad17d..ff6c64c77dc91a5f364e482827667182e72ed899 100644 (file)
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>
         <artifactId>metrics-bom</artifactId>
-        <version>4.2.23</version>
+        <version>4.2.25</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>