From 81741a756535b35fc8b3d7bdc2087b69b33f8bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 08:51:47 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.14 to 1.14.15. - [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.14.14...byte-buddy-1.14.15) --- 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 59db933..9656bf3 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -62,7 +62,7 @@ dependencies { compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1' annotationProcessor 'com.google.auto.service:auto-service:1.1.1' - implementation 'net.bytebuddy:byte-buddy:1.14.14' + implementation 'net.bytebuddy:byte-buddy:1.14.15' implementation 'net.bytebuddy:byte-buddy-agent:1.14.15' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'