From 6a3d5fca1ef99a8f2365e16fab993a29c573c729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:19:30 +0000 Subject: [PATCH] build(deps): bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.14 to 1.14.15. - [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.14...byte-buddy-1.14.15) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ec859eba7..34e6eb48e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ disruptor = { group = "com.lmax", name = "disruptor", version = "4.0.0" } # IO commonsio = { group = "commons-io", name = "commons-io", version = "2.16.1" } # bytecode -bytebuddy = { group = "net.bytebuddy", name = "byte-buddy", version = "1.14.14" } +bytebuddy = { group = "net.bytebuddy", name = "byte-buddy", version = "1.14.15" } # MC Region Loader hephaistos = { group = "io.github.jglrxavpok.hephaistos", name = "common", version = "2.6.1" } # Cache