Browse Source

Upgrade to Byte Buddy 1.10.22

Closes gh-25624
pull/25709/head
Stephane Nicoll 5 years ago
parent
commit
ace3376a0b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save