Browse Source

Upgrade to Byte Buddy 1.12.8

Closes gh-29830
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
17e3bfa016
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save