Skip to content

Commit 8464353

Browse files
authored
Merge pull request #545 from DataDog/mar-kolya/update-jmx-fetch
Update jmxfetch to latest version
2 parents 14e8594 + 14ad40f commit 8464353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/agent-jmxfetch/agent-jmxfetch.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply from: "${rootDir}/gradle/java.gradle"
55

66
dependencies {
77
compile 'com.heliosapm.jmxlocal:jmxlocal:1.0'
8-
compile 'com.datadoghq:jmxfetch:0.22.0'
8+
compile 'com.datadoghq:jmxfetch:0.22.1'
99
compile deps.slf4j
1010
compile project(':dd-trace-api')
1111
}

0 commit comments

Comments
 (0)