Browse Source

Upgrade to Byte Buddy 1.15.7

Closes gh-42867
pull/42874/head
Andy Wilkinson 1 year ago
parent
commit
4fa254d745
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -135,7 +135,7 @@ bom { @@ -135,7 +135,7 @@ bom {
releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}")
}
}
library("Byte Buddy", "1.15.5") {
library("Byte Buddy", "1.15.7") {
group("net.bytebuddy") {
modules = [
"byte-buddy",

Loading…
Cancel
Save