Upgrade to Byte Buddy 1.17.1

Closes gh-44282
This commit is contained in:
Stéphane Nicoll 2025-02-14 17:15:55 +01:00
parent f5823f3b77
commit b22705975e
1 changed files with 1 additions and 1 deletions

View File

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