diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 8ac2cb22a6..fa86667ef3 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -959,6 +959,11 @@
byte-buddy
${byte-buddy.version}
+
+ net.bytebuddy
+ byte-buddy-agent
+ ${byte-buddy.version}
+
net.java.dev.jna
jna
diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml
index 4348a6659f..04ce452c14 100644
--- a/spring-boot-parent/pom.xml
+++ b/spring-boot-parent/pom.xml
@@ -80,11 +80,6 @@
jline
2.11
-
- net.bytebuddy
- byte-buddy
- 1.6.0
-
net.sf.jopt-simple
jopt-simple