From c9d0b085b4157501313f378d5552e16fa2778787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 07:48:37 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy-agent from 1.14.5 to 1.14.8 Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.14.5 to 1.14.8. - [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.5...byte-buddy-1.14.8) --- 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 c6fc4c5..6d62704 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.5' - implementation 'net.bytebuddy:byte-buddy-agent:1.14.5' + implementation 'net.bytebuddy:byte-buddy-agent:1.14.8' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'