Browse Source

Upgrade to Byte Buddy 1.11.18

Closes gh-28110
pull/28123/head
Stephane Nicoll 4 years ago
parent
commit
573f6a1fe8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -141,7 +141,7 @@ bom { @@ -141,7 +141,7 @@ bom {
]
}
}
library("Byte Buddy", "1.11.16") {
library("Byte Buddy", "1.11.18") {
group("net.bytebuddy") {
modules = [
"byte-buddy",

Loading…
Cancel
Save