Browse Source

Upgrade to Byte Buddy 1.10.10

Closes gh-21274
pull/21283/head
Andy Wilkinson 6 years ago
parent
commit
2b76f837b4
  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.10.9") {
library("Byte Buddy", "1.10.10") {
group("net.bytebuddy") {
modules = [
"byte-buddy",

Loading…
Cancel
Save