Browse Source

Upgrade to Byte Buddy 1.12.23

Closes gh-34255
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
404f3fdcc4
  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.22") {
library("Byte Buddy", "1.12.23") {
group("net.bytebuddy") {
modules = [
"byte-buddy",

Loading…
Cancel
Save