Skip to content

Commit 1289fd0

Browse files
authored
Merge pull request #3847 from graphql-java/dependabot/gradle/net.bytebuddy-byte-buddy-1.17.2
Bump net.bytebuddy:byte-buddy from 1.17.1 to 1.17.2
2 parents b35307f + 3b4dadc commit 1289fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
dependencies {
9-
implementation("net.bytebuddy:byte-buddy:1.17.1")
9+
implementation("net.bytebuddy:byte-buddy:1.17.2")
1010
// graphql-java itself
1111
implementation(rootProject)
1212
}

0 commit comments

Comments
 (0)