Browse Source

Upgrade to Byte Buddy 1.12.18

Closes gh-32702
pull/32740/head
Andy Wilkinson 3 years ago
parent
commit
d1d9750f23
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save