Browse Source

Upgrade to Byte Buddy 1.14.12

Closes gh-39659
3.1.x
Andy Wilkinson 2 years ago
parent
commit
b4304af23f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save