Skip to content

Commit 7261fff

Browse files
Bump io.opentelemetry.contrib:opentelemetry-runtime-attach-core
Bumps [io.opentelemetry.contrib:opentelemetry-runtime-attach-core](https://github.com/open-telemetry/opentelemetry-java-contrib) from 1.40.0-alpha to 1.41.0-alpha. - [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits) --- updated-dependencies: - dependency-name: io.opentelemetry.contrib:opentelemetry-runtime-attach-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8fa6cb commit 7261fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/runtime-attach/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.41.0-alpha")
1313
agent(project(":agent:agent", configuration = "shadow"))
1414
}
1515

0 commit comments

Comments
 (0)