Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions dd-java-agent/agent-bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ dependencies {
api project(':dd-java-agent:agent-debugger:debugger-bootstrap')
api project(':components:environment')
api project(':components:json')
api libs.instrumentjava
api libs.slf4j
// ^ Generally a bad idea for libraries, but we're shadowing.
api(variantOf(libs.instrumentjava, { classifier("all") })) {
transitive = false
}

testImplementation project(':dd-java-agent:testing')
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down