From d606f2391a421bbe01814946067abd2faed8665c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:35:41 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.8 to 1.14.9. - [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.8...byte-buddy-1.14.9) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/build.gradle b/agent/build.gradle index 000dc45..3017ada 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.8' - implementation 'net.bytebuddy:byte-buddy-agent:1.14.8' + implementation 'net.bytebuddy:byte-buddy:1.14.9' + implementation 'net.bytebuddy:byte-buddy-agent:1.14.9' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'