Browse Source

Upgrade to Byte Buddy 1.12.16

Closes gh-32334
pull/32374/head
Stephane Nicoll 3 years ago
parent
commit
ce018d5b6e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save