Browse Source

Upgrade to Byte Buddy 1.11.22

Closes gh-28571
pull/28605/head
Stephane Nicoll 4 years ago
parent
commit
bbb9a0df12
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save