Skip to content

Commit c93f2e7

Browse files
authored
Bump dd-instrument-java to v0.0.3 (#9967)
1 parent 8ceb94d commit c93f2e7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ dependencies {
2525
api project(':dd-java-agent:agent-debugger:debugger-bootstrap')
2626
api project(':components:environment')
2727
api project(':components:json')
28+
api libs.instrumentjava
2829
api libs.slf4j
2930
// ^ Generally a bad idea for libraries, but we're shadowing.
30-
api(variantOf(libs.instrumentjava, { classifier("all") })) {
31-
transitive = false
32-
}
3331

3432
testImplementation project(':dd-java-agent:testing')
3533
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ scala33 = "3.3.0"
2929
autoservice = "1.1.1"
3030
asm = "9.9"
3131
byte-buddy = "1.17.7"
32-
instrument-java = "0.0.2"
32+
instrument-java = "0.0.3"
3333

3434
# Benchmarks
3535
jmh = "1.37"

0 commit comments

Comments
 (0)