Browse Source

Upgrade to Byte Buddy 1.12.17

Closes gh-32454
pull/32861/head
Stephane Nicoll 3 years ago
parent
commit
8bca178b83
  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.16") {
library("Byte Buddy", "1.12.17") {
group("net.bytebuddy") {
modules = [
"byte-buddy",

Loading…
Cancel
Save