fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.11
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 60128b0..f7a1e4c 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -39,7 +39,7 @@
         // to make runtime classpath consistent with the compile one.
         api("com.github.tomakehurst:wiremock-jre8:2.35.1")
         api("junit:junit:4.13.2")
-        api("net.bytebuddy:byte-buddy:1.14.10")
+        api("net.bytebuddy:byte-buddy:1.14.11")
         api("nl.jqno.equalsverifier:equalsverifier:3.15.4")
         // activemq-all should not be used as it provides secondary slf4j binding
         api("org.apache.activemq:activemq-broker:5.16.7")