From ef38915f2d5af88029612393eab1829050539ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 10:49:26 +0200 Subject: [PATCH] Bump net.bytebuddy:byte-buddy-agent from 1.14.14 to 1.14.15 (#415) Bumps [net.bytebuddy:byte-buddy-agent](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-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- agent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/build.gradle b/agent/build.gradle index 76f4ac0..59db933 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -63,7 +63,7 @@ dependencies { annotationProcessor 'com.google.auto.service:auto-service:1.1.1' implementation 'net.bytebuddy:byte-buddy:1.14.14' - implementation 'net.bytebuddy:byte-buddy-agent:1.14.14' + implementation 'net.bytebuddy:byte-buddy-agent:1.14.15' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'