Browse Source

Upgrade to Byte Buddy 1.12.7

Closes gh-29414
pull/29296/head
Stephane Nicoll 4 years ago
parent
commit
cf3935073f
  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.12.6") {
library("Byte Buddy", "1.12.7") {
group("net.bytebuddy") {
modules = [
"byte-buddy",

Loading…
Cancel
Save