Browse Source

Upgrade to Byte Buddy 1.10.22

Closes gh-25655
pull/25690/head
Andy Wilkinson 5 years ago
parent
commit
9e83bbbce7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save