Skip to content

Commit 437534c

Browse files
authored
Merge pull request graphql-java#3774 from graphql-java/dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
Bump net.bytebuddy:byte-buddy from 1.15.10 to 1.15.11
2 parents b05941f + 1d1a1d9 commit 437534c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.15.10")
9+
implementation("net.bytebuddy:byte-buddy:1.15.11")
1010
// graphql-java itself
1111
implementation(rootProject)
1212
}

0 commit comments

Comments
 (0)