fix(deps): update byte-buddy.version to v1.15.0
diff --git a/pom.xml b/pom.xml
index 6336379..1405d6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
- <byte-buddy.version>1.14.19</byte-buddy.version>
+ <byte-buddy.version>1.15.0</byte-buddy.version>
<argLine>-javaagent:'${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar'</argLine>
<build.timestamp>2024-06-21T00:00:00Z</build.timestamp>
<!-- Maven Plugins -->