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 c18126d65c8bbd24b516d562273387077e966804 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c59189a..b54f8a2 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> @@ -390,7 +390,7 @@ <dependency> <groupId>com.yammer.metrics</groupId> <artifactId>metrics-core</artifactId> - <version>2.2.0</version> + <version>2.2.1</version> </dependency> <dependency> <groupId>commons-cli</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
