Browse Source

Upgrade to Byte Buddy 1.12.6

Closes gh-29205
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
2ac9381be4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save