Browse Source

Upgrade to Byte Buddy 1.17.1

Closes gh-44282
pull/44290/head
Stéphane Nicoll 10 months ago
parent
commit
b22705975e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -137,7 +137,7 @@ bom { @@ -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",

Loading…
Cancel
Save