Browse Source

Upgrade to Byte Buddy 1.15.5

Closes gh-42759
pull/42770/head
Andy Wilkinson 1 year ago
parent
commit
4203bfa286
  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.4") {
library("Byte Buddy", "1.15.5") {
group("net.bytebuddy") {
modules = [
"byte-buddy",

Loading…
Cancel
Save