Skip to content

Commit

Permalink
Update to Dropwizard Metrics 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Jul 6, 2024
1 parent e0ef995 commit 1c50ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dropwizard-metrics-listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This module is an implementation of Pushy's [`ApnsClientMetricsListener`](https:
</dependency>
```

If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Dropwizard Metrics listener for Pushy depends on Pushy itself (obviously enough) and version 3.2.6 of the [Dropwizard Metrics library](http://metrics.dropwizard.io/).
If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Dropwizard Metrics listener for Pushy depends on Pushy itself (obviously enough) and version 4.2.26 of the [Dropwizard Metrics library](http://metrics.dropwizard.io/).

## Using the Dropwizard Metrics listener

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-metrics-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>3.2.6</version>
<version>4.2.26</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 1c50ffc

Please sign in to comment.