This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch add-metrics-jmx in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 73d2ed458a2419ff5256bcbb1d8ef61ad8b73787 Author: Jack Li(Analytics Engineering) <[email protected]> AuthorDate: Wed Aug 12 17:24:14 2020 -0700 Bump up dropwizard metrics version to 4.1.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c59189a..0b1be4d 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ <!-- hadoop-common, spark-core use commons-net --> <commons-net.version>3.1</commons-net.version> <!-- helix-core, spark-core use libraries from io.dropwizard.metrics --> - <dropwizard-metrics.version>3.2.3</dropwizard-metrics.version> + <dropwizard-metrics.version>4.1.2</dropwizard-metrics.version> <snappy-java.version>1.1.1.7</snappy-java.version> <log4j.version>2.11.2</log4j.version> <netty.version>4.1.42.Final</netty.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
