Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Bump dropwizard metrics from 4.0.5 -> 4.2.0
Browse files Browse the repository at this point in the history
We are avoid explicitly using the bom because it brings too many
transitive dependencies.
  • Loading branch information
caesar-ralf committed Jun 2, 2021
1 parent b1e08e7 commit 0b49032
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.0.5</version>
<artifactId>metrics-jvm</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
<version>4.0.5</version>
<artifactId>metrics-core</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>com.spotify.metrics</groupId>
Expand Down

0 comments on commit 0b49032

Please sign in to comment.