Browse Source

Upgrade to Byte Buddy 1.18.3

Closes gh-48734
pull/48791/head
Andy Wilkinson 4 weeks ago
parent
commit
add7b41c8f
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save