Skip to content

Commit 1c50ffc

Browse files
committed
Update to Dropwizard Metrics 4
1 parent e0ef995 commit 1c50ffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dropwizard-metrics-listener/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This module is an implementation of Pushy's [`ApnsClientMetricsListener`](https:
1010
</dependency>
1111
```
1212

13-
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/).
13+
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/).
1414

1515
## Using the Dropwizard Metrics listener
1616

dropwizard-metrics-listener/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.dropwizard.metrics</groupId>
4646
<artifactId>metrics-core</artifactId>
47-
<version>3.2.6</version>
47+
<version>4.2.26</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)