Browse Source

Upgrade to Byte Buddy 1.12.22

Closes gh-33898
pull/33663/merge
Andy Wilkinson 3 years ago
parent
commit
386ed39a9b
  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.21") {
library("Byte Buddy", "1.12.22") {
group("net.bytebuddy") {
modules = [
"byte-buddy",

Loading…
Cancel
Save