Skip to content

Commit 73f5452

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 75a0b5c commit 73f5452

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
@@ -123,7 +123,7 @@
123123
<groupId>io.dropwizard.metrics</groupId>
124124
<artifactId>metrics-bom</artifactId>
125125
<type>pom</type>
126-
<version>4.2.12</version>
126+
<version>4.2.13</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>io.netty</groupId>

odlparent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@
10871087
<dependency>
10881088
<groupId>io.dropwizard.metrics</groupId>
10891089
<artifactId>metrics-bom</artifactId>
1090-
<version>4.2.12</version>
1090+
<version>4.2.13</version>
10911091
<scope>import</scope>
10921092
<type>pom</type>
10931093
</dependency>

0 commit comments

Comments
 (0)