Skip to content

Commit 9e2145d

Browse files
authored
byte-buddy 1.18.3 (#10275)
1 parent 33864ab commit 9e2145d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
implementation(gradleApi())
6868
implementation(localGroovy())
6969

70-
implementation("net.bytebuddy", "byte-buddy-gradle-plugin", "1.18.1")
70+
implementation("net.bytebuddy", "byte-buddy-gradle-plugin", "1.18.3")
7171

7272
implementation("org.eclipse.aether", "aether-connector-basic", "1.1.0")
7373
implementation("org.eclipse.aether", "aether-transport-http", "1.1.0")

buildSrc/src/test/kotlin/datadog/gradle/plugin/csi/CallSiteInstrumentationPluginTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CallSiteInstrumentationPluginTest {
3232
}
3333
3434
dependencies {
35-
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.18.1'
35+
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.18.3'
3636
implementation group: 'com.google.auto.service', name: 'auto-service-annotations', version: '1.1.1'
3737
}
3838
""".trimIndent()

buildSrc/src/test/kotlin/datadog/gradle/plugin/instrument/InstrumentPluginTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class InstrumentPluginTest {
2727
}
2828
2929
dependencies {
30-
compileOnly group: 'net.bytebuddy', name: 'byte-buddy', version: '1.18.1' // just to build TestPlugin
30+
compileOnly group: 'net.bytebuddy', name: 'byte-buddy', version: '1.18.3' // just to build TestPlugin
3131
}
3232
3333
configurations {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ scala33 = "3.3.0"
2929

3030
# Bytecode manipulations & codegen
3131
autoservice = "1.1.1"
32-
asm = "9.9"
33-
byte-buddy = "1.18.1"
32+
asm = "9.9.1"
33+
byte-buddy = "1.18.3"
3434
instrument-java = "0.0.3"
3535

3636
# Benchmarks

0 commit comments

Comments
 (0)