You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2020/03/04 14:10:20 UTC

[flink] 02/02: [FLINK-10917][metrics] Bump dropwizard to 3.2.6

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 4921e3c2a317a526f82a66b2624c0ad5ff14bdcc
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Mar 3 14:48:16 2020 +0100

    [FLINK-10917][metrics] Bump dropwizard to 3.2.6
---
 .../flink-metrics-graphite/src/main/resources/META-INF/NOTICE         | 4 ++--
 flink-metrics/pom.xml                                                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flink-metrics/flink-metrics-graphite/src/main/resources/META-INF/NOTICE b/flink-metrics/flink-metrics-graphite/src/main/resources/META-INF/NOTICE
index 0409dc8..6c225e1 100644
--- a/flink-metrics/flink-metrics-graphite/src/main/resources/META-INF/NOTICE
+++ b/flink-metrics/flink-metrics-graphite/src/main/resources/META-INF/NOTICE
@@ -6,5 +6,5 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- io.dropwizard.metrics:metrics-core:3.1.5
-- io.dropwizard.metrics:metrics-graphite:3.1.5
+- io.dropwizard.metrics:metrics-core:3.2.6
+- io.dropwizard.metrics:metrics-graphite:3.2.6
diff --git a/flink-metrics/pom.xml b/flink-metrics/pom.xml
index 9b71fa7..d4c3c36 100644
--- a/flink-metrics/pom.xml
+++ b/flink-metrics/pom.xml
@@ -34,7 +34,7 @@ under the License.
 	<packaging>pom</packaging>
 
 	<properties>
-		<dropwizard.version>3.1.5</dropwizard.version>
+		<dropwizard.version>3.2.6</dropwizard.version>
 	</properties>
 
 	<modules>