Skip to content

Commit

Permalink
Merge pull request #3522 from graphql-java/dependabot/gradle/net.byte…
Browse files Browse the repository at this point in the history
…buddy-byte-buddy-1.14.12

Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12
  • Loading branch information
dondonz committed Mar 12, 2024
2 parents de3d33c + a49166e commit dc4b2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/build.gradle
Expand Up @@ -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)
}
Expand Down

0 comments on commit dc4b2a1

Please sign in to comment.