Skip to content

Commit

Permalink
Using active metrics5 version (#2442)
Browse files Browse the repository at this point in the history
For some reason, `5.0.0` was released in 2018 and it's untouched since

`5.0.0-rc20` is the actual latest release
  • Loading branch information
velo authored Jun 4, 2024
1 parent 398a189 commit ec7ad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropwizard-metrics5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.dropwizard.metrics5</groupId>
<artifactId>metrics-core</artifactId>
<version>5.0.0</version>
<version>5.0.0-rc20</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit ec7ad7f

Please sign in to comment.