From d56197cac9c1c56e6a0323905d7564a3475298e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 09:20:22 +0000 Subject: [PATCH] Bump byte-buddy from 1.10.11 to 1.10.12 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.11 to 1.10.12. - [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.10.11...byte-buddy-1.10.12) Signed-off-by: dependabot-preview[bot] --- agent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/build.gradle b/agent/build.gradle index d52ec3a..89c8440 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -52,7 +52,7 @@ tasks.check.dependsOn tasks.jarFileTest dependencies { compileOnly 'com.google.auto.service:auto-service:1.0-rc6' - compile 'net.bytebuddy:byte-buddy:1.10.11' + compile 'net.bytebuddy:byte-buddy:1.10.12' compile 'net.bytebuddy:byte-buddy-agent:1.10.12' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'