Browse Source

Upgrade to Byte Buddy 1.10.18

Closes gh-24078
pull/24095/head
Stephane Nicoll 5 years ago
parent
commit
ebfa494b2e
  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.17") {
library("Byte Buddy", "1.10.18") {
group("net.bytebuddy") {
modules = [
"byte-buddy",

Loading…
Cancel
Save