Skip to content

Commit 4d6acc4

Browse files
committed
Bump dropwizard-metrics to 4.2.13
https://github.com/dropwizard/metrics/releases/tag/v4.2.13 Change-Id: Ia69e4115b8291e8a475bbd456335b84ab5a5436d Signed-off-by: Robert Varga <robert.varga@pantheon.tech> (cherry picked from commit 7d033a6)
1 parent 0a25d76 commit 4d6acc4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="odl-dropwizard-metrics">
33
<feature version="0.0.0">
4-
<bundle>mvn:io.dropwizard.metrics/metrics-core/4.2.12</bundle>
5-
<bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.12</bundle>
6-
<bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.12</bundle>
7-
<bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.12</bundle>
4+
<bundle>mvn:io.dropwizard.metrics/metrics-core/4.2.13</bundle>
5+
<bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.13</bundle>
6+
<bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.13</bundle>
7+
<bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.13</bundle>
88
</feature>
99
</features>

odlparent-dependency-check/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<groupId>io.dropwizard.metrics</groupId>
104104
<artifactId>metrics-bom</artifactId>
105105
<type>pom</type>
106-
<version>4.2.12</version>
106+
<version>4.2.13</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>io.netty</groupId>

odlparent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
<dependency>
730730
<groupId>io.dropwizard.metrics</groupId>
731731
<artifactId>metrics-bom</artifactId>
732-
<version>4.2.12</version>
732+
<version>4.2.13</version>
733733
<scope>import</scope>
734734
<type>pom</type>
735735
</dependency>

0 commit comments

Comments
 (0)