Skip to content

Commit

Permalink
Merge pull request #85 from curtishoward/upgrade_metrics_to_3.1.5
Browse files Browse the repository at this point in the history
upgrade codahale version to 3.1.5
  • Loading branch information
jamtur01 authored Feb 23, 2018
2 parents 24b3862 + 1e0ed58 commit e523d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics3-riemann-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<dependencies>
<dependency>
<groupId>com.codahale.metrics</groupId>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>3.0.1</version>
<version>3.1.5</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit e523d0c

Please sign in to comment.