From ca727823e0b7be5cdfbe1c26ec1bd998f1ad772b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:57:42 +0800 Subject: [PATCH] build(deps): bump net.bytebuddy:byte-buddy from 1.15.4 to 1.15.5 (#461) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2977d7ef1..1fe3c2cc9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -48,7 +48,7 @@ disruptor = { group = "com.lmax", name = "disruptor", version = "4.0.0" } # IO commonsio = { group = "commons-io", name = "commons-io", version = "2.17.0" } # bytecode -bytebuddy = { group = "net.bytebuddy", name = "byte-buddy", version = "1.15.4" } +bytebuddy = { group = "net.bytebuddy", name = "byte-buddy", version = "1.15.5" } # Cache caffeine = { group = "com.github.ben-manes.caffeine", name = "caffeine", version = "3.1.8" } # K-V DataBase