Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1189#discussion_r184024460
--- Diff: pom.xml ---
@@ -1164,7 +1164,27 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.0.2</version>
+ <version>4.1.0-rc0</version>
--- End diff --
ok, there is really no need to use `rc` version.
So the last stable
[4.0.2](https://github.com/dropwizard/metrics/tree/4.1-development#version-4xx-javadoc).
Let's choose this one.
---