From 9d4cdd31d604de759697fff8ef54782f0dd52fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:54:17 +0100 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.11 (#387) Bumps [net.bytebuddy:byte-buddy](/~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 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/build.gradle b/agent/build.gradle index 3017ada..ca5355c 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -62,8 +62,8 @@ 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.9' - implementation 'net.bytebuddy:byte-buddy-agent:1.14.9' + implementation 'net.bytebuddy:byte-buddy:1.14.11' + 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'