diff --git a/agent/build.gradle b/agent/build.gradle index af23b0c5c6..754e8af406 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -6,7 +6,7 @@ plugins { } dependencies { - implementation("net.bytebuddy:byte-buddy:1.14.11") + implementation("net.bytebuddy:byte-buddy:1.14.12") // graphql-java itself implementation(rootProject) }