Browse Source

Upgrade to Byte Buddy 1.14.6

Closes gh-36994
pull/38706/head
Stephane Nicoll 2 years ago
parent
commit
44c650eef7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save