Browse Source

Upgrade to Byte Buddy 1.14.16

Closes gh-40875
3.1.x
Andy Wilkinson 2 years ago
parent
commit
cc67c537e6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save