Browse Source

Upgrade to Byte Buddy 1.12.21

Closes gh-33794
pull/33838/head
Andy Wilkinson 3 years ago
parent
commit
b41ff2ec7a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save