Browse Source

Upgrade to Byte Buddy 1.14.6

Closes gh-36996
pull/37013/head
Stephane Nicoll 3 years ago
parent
commit
7d00ff4adf
  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