From e6b3f5fb31b6e992b6050b2b40515a60d60e855f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 07:34:05 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy-agent from 1.14.9 to 1.14.11 Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.14.9 to 1.14.11. - [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.9...byte-buddy-1.14.11) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent 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 3017ada..da1d5fe 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.9' - implementation 'net.bytebuddy:byte-buddy-agent:1.14.9' + implementation 'net.bytebuddy:byte-buddy-agent:1.14.11' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'