Skip to content

Commit

Permalink
Upgrade metrics-core to version 4.10 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyouping committed Aug 29, 2019
1 parent e9d92bb commit 1d421aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Expand Up @@ -184,7 +184,7 @@ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENS
Project URL: http://commons.apache.org/proper/commons-validator/
Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt

46. Group: io.dropwizard.metrics Name: metrics-core Version: 3.1.2
46. Group: io.dropwizard.metrics Name: metrics-core Version: 4.1.0
Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0.html

47. Group: io.netty Name: netty Version: 3.10.5.Final
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -99,6 +99,7 @@ subprojects {
compile "org.slf4j:slf4j-log4j12:$slf4jVersion"
compile "org.apache.commons:commons-lang3:$commonslang3Version"
compile "io.dropwizard.metrics:metrics-core:$metricsCoreVersion"
compile "io.dropwizard.metrics:metrics-jmx:$metricsCoreVersion"
testCompile "org.testng:testng:$testngVersion"
}

Expand Down
Expand Up @@ -27,8 +27,8 @@
import org.slf4j.LoggerFactory;

import com.codahale.metrics.CsvReporter;
import com.codahale.metrics.JmxReporter;
import com.codahale.metrics.MetricRegistry;
import com.codahale.metrics.jmx.JmxReporter;

import com.linkedin.datastream.common.DatastreamException;
import com.linkedin.datastream.common.DatastreamRuntimeException;
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependency-versions.gradle
Expand Up @@ -12,7 +12,7 @@ ext {
jacksonVersion = "1.8.5"
kafkaVersion = "2.0.0"
log4jVersion = "1.2.17"
metricsCoreVersion = "3.1.2"
metricsCoreVersion = "4.1.0"
mockitoVersion = "1.10.19"
pegasusVersion = "20.0.4"
scalaVersion = "2.11"
Expand Down

0 comments on commit 1d421aa

Please sign in to comment.