Browse Source

Upgrade to Byte Buddy 1.14.12

Closes gh-39697
pull/39734/head
Andy Wilkinson 2 years ago
parent
commit
20c6f94f06
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save