Upgrade to Byte Buddy 1.15.5

Closes gh-42759
This commit is contained in:
Andy Wilkinson 2024-10-17 15:59:20 +01:00
parent 7be305d11f
commit 4203bfa286
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ bom {
releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}")
}
}
library("Byte Buddy", "1.15.4") {
library("Byte Buddy", "1.15.5") {
group("net.bytebuddy") {
modules = [
"byte-buddy",