Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.11 (#936)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 21, 2023
1 parent 88d24d2 commit 6bcae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
// General utilities for the project
implementation("net.kyori:adventure-platform-bungeecord:4.3.1")
implementation("org.jetbrains:annotations:24.1.0")
implementation("net.bytebuddy:byte-buddy:1.14.10")
implementation("net.bytebuddy:byte-buddy:1.14.11")

// LibraryLoader dependencies
implementation("org.apache.maven:maven-resolver-provider:3.8.5")
Expand Down

0 comments on commit 6bcae72

Please sign in to comment.