From 1f94541e99b5cd96c0401f590342c10a6f4df2d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 07:03:17 +0000 Subject: [PATCH] Bump byte-buddy from 1.12.21 to 1.12.22 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.21 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](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.21...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] --- agent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/build.gradle b/agent/build.gradle index 599c4e1..db9c58d 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -55,7 +55,7 @@ dependencies { compileOnly 'com.google.auto.service:auto-service-annotations:1.0.1' annotationProcessor 'com.google.auto.service:auto-service:1.0' - implementation 'net.bytebuddy:byte-buddy:1.12.21' + implementation 'net.bytebuddy:byte-buddy:1.12.22' implementation 'net.bytebuddy:byte-buddy-agent:1.12.22' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'