From 800ed3f8a1ab584a98916e069e688c8b672ff818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Oct 2021 06:45:49 -0400 Subject: [PATCH] Bump byte-buddy-agent from 1.11.1 to 1.11.21 (#112) * Bump byte-buddy-agent from 1.11.1 to 1.11.21 Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.11.1 to 1.11.21. - [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.11.1...byte-buddy-1.11.21) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update build.gradle * Update build.gradle Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergei Egorov --- jabel-javac-plugin/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jabel-javac-plugin/build.gradle b/jabel-javac-plugin/build.gradle index 3322b92..ea86f95 100644 --- a/jabel-javac-plugin/build.gradle +++ b/jabel-javac-plugin/build.gradle @@ -6,8 +6,8 @@ plugins { sourceCompatibility = targetCompatibility = 8 dependencies { - implementation 'net.bytebuddy:byte-buddy:1.11.2' - implementation 'net.bytebuddy:byte-buddy-agent:1.11.1' + implementation 'net.bytebuddy:byte-buddy:1.11.21' + implementation 'net.bytebuddy:byte-buddy-agent:1.11.21' implementation 'net.java.dev.jna:jna:5.9.0' }