Skip to content

Commit a4f73e2

Browse files
authored
Bump JmxFetch to 0.49.4 (#7501)
1 parent 0720a77 commit a4f73e2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
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.3') {
14+
api('com.datadoghq:jmxfetch:0.49.4') {
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: 7 additions & 6 deletions
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.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9+
com.datadoghq:jmxfetch:0.49.4=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
@@ -44,7 +44,7 @@ org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs
4444
org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs
4545
org.apache.logging.log4j:log4j-api:2.19.0=spotbugs
4646
org.apache.logging.log4j:log4j-core:2.19.0=spotbugs
47-
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
47+
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath,testRuntimeClasspath
4848
org.codehaus.groovy:groovy-all:3.0.17=testCompileClasspath,testRuntimeClasspath
4949
org.codehaus.groovy:groovy-ant:2.5.14=codenarc
5050
org.codehaus.groovy:groovy-ant:3.0.17=testCompileClasspath,testRuntimeClasspath
@@ -85,13 +85,14 @@ org.jacoco:org.jacoco.core:0.8.5=jacocoAnt
8585
org.jacoco:org.jacoco.report:0.8.5=jacocoAnt
8686
org.junit.jupiter:junit-jupiter-api:5.9.2=testCompileClasspath,testRuntimeClasspath
8787
org.junit.jupiter:junit-jupiter-engine:5.9.2=testRuntimeClasspath
88-
org.junit.jupiter:junit-jupiter-params:5.9.2=testCompileClasspath,testRuntimeClasspath
89-
org.junit.jupiter:junit-jupiter:5.9.2=testCompileClasspath,testRuntimeClasspath
88+
org.junit.jupiter:junit-jupiter-params:5.9.0=testCompileClasspath,testRuntimeClasspath
89+
org.junit.jupiter:junit-jupiter:5.9.0=testCompileClasspath,testRuntimeClasspath
9090
org.junit.platform:junit-platform-commons:1.9.2=testCompileClasspath,testRuntimeClasspath
91-
org.junit.platform:junit-platform-engine:1.9.2=testCompileClasspath,testRuntimeClasspath
91+
org.junit.platform:junit-platform-engine:1.9.0=testCompileClasspath
92+
org.junit.platform:junit-platform-engine:1.9.2=testRuntimeClasspath
9293
org.junit.platform:junit-platform-launcher:1.9.2=testRuntimeClasspath
94+
org.junit:junit-bom:5.9.0=testCompileClasspath,testRuntimeClasspath
9395
org.junit:junit-bom:5.9.1=spotbugs
94-
org.junit:junit-bom:5.9.2=testCompileClasspath,testRuntimeClasspath
9596
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
9697
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
9798
org.ow2.asm:asm-analysis:7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)