Skip to content

Commit 097d459

Browse files
Bump net.bytebuddy:byte-buddy from 1.14.0 to 1.14.4 (#370)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.0 to 1.14.4. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.14.0...byte-buddy-1.14.4) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fec2b03 commit 097d459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ val DEPENDENCIES = listOf(
7676
"io.opentelemetry.contrib:opentelemetry-aws-resources:1.23.0-alpha",
7777
"io.opentelemetry.proto:opentelemetry-proto:0.19.0-alpha",
7878
"io.opentelemetry.javaagent:opentelemetry-javaagent:${if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT"}",
79-
"net.bytebuddy:byte-buddy:1.14.0"
79+
"net.bytebuddy:byte-buddy:1.14.4"
8080
)
8181

8282
javaPlatform {

0 commit comments

Comments
 (0)