Skip to content

Commit

Permalink
Bump io.opentelemetry.contrib:opentelemetry-runtime-attach-core from …
Browse files Browse the repository at this point in the history
…1.38.0-alpha to 1.39.0-alpha (#3875)
  • Loading branch information
dependabot[bot] committed Sep 18, 2024
1 parent 31b2fde commit 1587ebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent/runtime-attach/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val otelVersion: String by project
val agent: Configuration by configurations.creating

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

Expand Down
4 changes: 2 additions & 2 deletions agent/runtime-attach/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
com.azure:azure-sdk-bom:1.2.27=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
io.netty:netty-bom:4.1.113.Final=runtimeClasspath
io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.38.0-alpha=runtimeClasspath
io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.39.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
io.opentelemetry:opentelemetry-bom-alpha:1.42.1-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-bom:1.42.1=runtimeClasspath
net.bytebuddy:byte-buddy-agent:1.14.19=runtimeClasspath
net.bytebuddy:byte-buddy-agent:1.15.1=runtimeClasspath
org.junit:junit-bom:5.11.0=runtimeClasspath
org.testcontainers:testcontainers-bom:1.20.1=runtimeClasspath
empty=

0 comments on commit 1587ebd

Please sign in to comment.