Update jmxfetch

New fixes include better tagging for k8s environments
This commit is contained in:
Nikolay Martynov 2019-08-26 12:50:44 -04:00
parent ee19150cb5
commit 0592c016ca
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ plugins {
apply from: "${rootDir}/gradle/java.gradle"
dependencies {
compile('com.datadoghq:jmxfetch:0.30.1'){
compile('com.datadoghq:jmxfetch:0.32.0') {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
exclude group: 'log4j', module: 'log4j'
}