Browse Source

Upgrade to Byte Buddy 1.12.10

Closes gh-30945
pull/30984/head
Andy Wilkinson 4 years ago
parent
commit
cc1a89b934
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save