Browse Source

Upgrade to Byte Buddy 1.12.23

Closes gh-34239
pull/34332/head
Andy Wilkinson 3 years ago
parent
commit
d47a706d9c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save