Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.13 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 2, 2024
1 parent 2dee33c commit cb39b18
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.2")
implementation("org.jetbrains:annotations:24.1.0")
implementation("net.bytebuddy:byte-buddy:1.14.12")
implementation("net.bytebuddy:byte-buddy:1.14.13")

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

0 comments on commit cb39b18

Please sign in to comment.