Skip to content

Commit b4faf3d

Browse files
authored
Merge pull request graphql-java#3699 from graphql-java/dependabot/gradle/net.bytebuddy-byte-buddy-1.15.1
Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.1
2 parents fde25db + 14ed86a commit b4faf3d

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

0 commit comments

Comments
 (0)