Skip to content

Commit 1587ebd

Browse files
Bump io.opentelemetry.contrib:opentelemetry-runtime-attach-core from 1.38.0-alpha to 1.39.0-alpha (#3875)
1 parent 31b2fde commit 1587ebd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

agent/runtime-attach/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val otelVersion: String by project
1010
val agent: Configuration by configurations.creating
1111

1212
dependencies {
13-
implementation("io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.38.0-alpha")
13+
implementation("io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.39.0-alpha")
1414
agent(project(":agent:agent", configuration = "shadow"))
1515
}
1616

agent/runtime-attach/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
com.azure:azure-sdk-bom:1.2.27=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
66
io.netty:netty-bom:4.1.113.Final=runtimeClasspath
7-
io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.38.0-alpha=runtimeClasspath
7+
io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.39.0-alpha=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
1010
io.opentelemetry:opentelemetry-bom-alpha:1.42.1-alpha=runtimeClasspath
1111
io.opentelemetry:opentelemetry-bom:1.42.1=runtimeClasspath
12-
net.bytebuddy:byte-buddy-agent:1.14.19=runtimeClasspath
12+
net.bytebuddy:byte-buddy-agent:1.15.1=runtimeClasspath
1313
org.junit:junit-bom:5.11.0=runtimeClasspath
1414
org.testcontainers:testcontainers-bom:1.20.1=runtimeClasspath
1515
empty=

0 commit comments

Comments
 (0)