Browse Source

Upgrade to Byte Buddy 1.12.12

Closes gh-31735
pull/32861/head
Stephane Nicoll 4 years ago
parent
commit
30a10164a8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save