From 7b4528fc7a520bf182691ce8aaf49597a6d2af17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 05:18:41 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.14.2 to 1.14.5 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.2 to 1.14.5. - [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.2...byte-buddy-1.14.5) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- definitions-bytebuddy/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions-bytebuddy/build.gradle b/definitions-bytebuddy/build.gradle index 8557381..fce53fc 100644 --- a/definitions-bytebuddy/build.gradle +++ b/definitions-bytebuddy/build.gradle @@ -2,7 +2,7 @@ dependencies { api project(":definitions-api") // https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy - implementation 'net.bytebuddy:byte-buddy:1.14.2' + implementation 'net.bytebuddy:byte-buddy:1.14.5' }