From b8975f4065cdd57ae87ffa2eb7a7f6d1b8b986db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 06:32:26 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy-parent from 1.14.9 to 1.14.11 Bumps [net.bytebuddy:byte-buddy-parent](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-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- jabel-javac-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jabel-javac-plugin/build.gradle b/jabel-javac-plugin/build.gradle index 1725fc5..eddcb29 100644 --- a/jabel-javac-plugin/build.gradle +++ b/jabel-javac-plugin/build.gradle @@ -6,7 +6,7 @@ plugins { sourceCompatibility = targetCompatibility = 8 dependencies { - implementation platform('net.bytebuddy:byte-buddy-parent:1.14.9') + implementation platform('net.bytebuddy:byte-buddy-parent:1.14.11') implementation 'net.bytebuddy:byte-buddy' implementation 'net.bytebuddy:byte-buddy-agent' implementation 'net.java.dev.jna:jna:5.13.0'