diff --git a/agent/build.gradle b/agent/build.gradle index 1dfeba3f27..7d220cfcdd 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -6,7 +6,7 @@ plugins { } dependencies { - implementation("net.bytebuddy:byte-buddy:1.14.18") + implementation("net.bytebuddy:byte-buddy:1.15.1") // graphql-java itself implementation(rootProject) }