Browse Source

Upgrade to Byte Buddy 1.10.14

Closes gh-22859
pull/22996/head
Andy Wilkinson 6 years ago
parent
commit
d16aa3f377
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save