Skip to content

Commit

Permalink
Bump dropwizard-metrics to 4.2.13
Browse files Browse the repository at this point in the history
https://github.com/dropwizard/metrics/releases/tag/v4.2.13

Change-Id: Ia69e4115b8291e8a475bbd456335b84ab5a5436d
Signed-off-by: Robert Varga <[email protected]>
(cherry picked from commit 7d033a6)
  • Loading branch information
rovarga committed Nov 25, 2022
1 parent 75a0b5c commit 73f5452
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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.12</bundle>
<bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.12</bundle>
<bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.12</bundle>
<bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.12</bundle>
<bundle>mvn:io.dropwizard.metrics/metrics-core/4.2.13</bundle>
<bundle>mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.13</bundle>
<bundle>mvn:io.dropwizard.metrics/metrics-jmx/4.2.13</bundle>
<bundle>mvn:io.dropwizard.metrics/metrics-jvm/4.2.13</bundle>
</feature>
</features>
2 changes: 1 addition & 1 deletion odlparent-dependency-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-bom</artifactId>
<type>pom</type>
<version>4.2.12</version>
<version>4.2.13</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion odlparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-bom</artifactId>
<version>4.2.12</version>
<version>4.2.13</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 73f5452

Please sign in to comment.