Skip to content

Commit cb6a6fc

Browse files
authored
Bump JMXFetch to 0.49.6 (#7927)
1 parent 6082863 commit cb6a6fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
apply from: "$rootDir/gradle/java.gradle"
1212

1313
dependencies {
14-
api('com.datadoghq:jmxfetch:0.49.5') {
14+
api('com.datadoghq:jmxfetch:0.49.6') {
1515
exclude group: 'org.slf4j', module: 'slf4j-api'
1616
exclude group: 'org.slf4j', module: 'slf4j-jdk14'
1717
exclude group: 'com.beust', module: 'jcommander'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ch.qos.logback:logback-core:1.2.3=testCompileClasspath,testRuntimeClasspath
66
com.beust:jcommander:1.78=testRuntimeClasspath
77
com.datadoghq:dd-javac-plugin-client:0.1.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88
com.datadoghq:java-dogstatsd-client:2.10.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9-
com.datadoghq:jmxfetch:0.49.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9+
com.datadoghq:jmxfetch:0.49.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1010
com.github.javaparser:javaparser-core:3.25.1=testCompileClasspath,testRuntimeClasspath
1111
com.github.jnr:jffi:1.2.23=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)