File tree Expand file tree Collapse file tree
runtime-attach/runtime-attach-core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
77otelJava.moduleName.set(" io.opentelemetry.contrib.attach.core" )
88
99dependencies {
10- implementation(" net.bytebuddy:byte-buddy-agent:1.18.5 " )
10+ implementation(" net.bytebuddy:byte-buddy-agent:1.18.7 " )
1111
1212 // Used by byte-buddy but not brought in as a transitive dependency.
1313 compileOnly(" com.google.code.findbugs:annotations" )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.gradle.kotlin.dsl.maven
22
33pluginManagement {
44 plugins {
5- id(" com.gradleup.shadow" ) version " 9.3.1 "
5+ id(" com.gradleup.shadow" ) version " 9.3.2 "
66 id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
77 id(" com.gradle.develocity" ) version " 4.3.2"
88 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
You can’t perform that action at this time.
0 commit comments