Skip to content

Commit fa26493

Browse files
Bump io.opentelemetry.contrib:opentelemetry-runtime-attach-core from 1.40.0-alpha to 1.42.0-alpha (#3984)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10b4f9f commit fa26493

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

agent/runtime-attach/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val otelContribAlphaVersion: String by project
99
val agent: Configuration by configurations.creating
1010

1111
dependencies {
12-
implementation("io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.40.0-alpha")
12+
implementation("io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.42.0-alpha")
1313
agent(project(":agent:agent", configuration = "shadow"))
1414
}
1515

agent/runtime-attach/gradle.lockfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
com.azure:azure-sdk-bom:1.2.29=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.18.2=runtimeClasspath
66
io.netty:netty-bom:4.1.115.Final=runtimeClasspath
7-
io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.40.0-alpha=runtimeClasspath
7+
io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.42.0-alpha=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.10.0-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.10.0=runtimeClasspath
1010
io.opentelemetry:opentelemetry-bom-alpha:1.44.1-alpha=runtimeClasspath
1111
io.opentelemetry:opentelemetry-bom:1.44.1=runtimeClasspath
12-
net.bytebuddy:byte-buddy-agent:1.15.5=runtimeClasspath
12+
net.bytebuddy:byte-buddy-agent:1.15.10=runtimeClasspath
1313
org.junit:junit-bom:5.11.3=runtimeClasspath
1414
org.testcontainers:testcontainers-bom:1.20.4=runtimeClasspath
1515
empty=

0 commit comments

Comments
 (0)