Browse Source

Upgrade to Byte Buddy 1.11.15

Closes gh-27999
pull/28028/head
Stephane Nicoll 4 years ago
parent
commit
bc643d997e
  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.12") {
library("Byte Buddy", "1.11.15") {
group("net.bytebuddy") {
modules = [
"byte-buddy",

Loading…
Cancel
Save