fix(deps): update byte-buddy.version to v1.17.0 (#4667)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
diff --git a/pom.xml b/pom.xml
index ca8a6f4..d807172 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.16.1</byte-buddy.version>

+        <byte-buddy.version>1.17.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-12-16T00:00:00Z</build.timestamp>

         <!-- Maven Plugins -->