Skip to content

Commit b9a4d0b

Browse files
Bump byte-buddy from 1.12.20 to 1.12.22 (#313)
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.20 to 1.12.22. - [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.12.20...byte-buddy-1.12.22) --- 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 79cf000 commit b9a4d0b

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.21.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.12.20"
79+
"net.bytebuddy:byte-buddy:1.12.22"
8080
)
8181

8282
javaPlatform {

0 commit comments

Comments
 (0)