We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ceb94d commit 6a241dbCopy full SHA for 6a241db
2 files changed
dd-java-agent/agent-bootstrap/build.gradle
@@ -25,11 +25,9 @@ dependencies {
25
api project(':dd-java-agent:agent-debugger:debugger-bootstrap')
26
api project(':components:environment')
27
api project(':components:json')
28
+ api libs.instrumentjava
29
api libs.slf4j
30
// ^ Generally a bad idea for libraries, but we're shadowing.
- api(variantOf(libs.instrumentjava, { classifier("all") })) {
31
- transitive = false
32
- }
33
34
testImplementation project(':dd-java-agent:testing')
35
}
gradle/libs.versions.toml
@@ -29,7 +29,7 @@ scala33 = "3.3.0"
autoservice = "1.1.1"
asm = "9.9"
byte-buddy = "1.17.7"
-instrument-java = "0.0.2"
+instrument-java = "0.0.3"
# Benchmarks
jmh = "1.37"
0 commit comments