Skip to content

Commit

Permalink
fix(deps): update dependency org.json:json to v20231013
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 13, 2023
1 parent a63528d commit 898b627
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 @@ -43,7 +43,7 @@ dependencies {
implementation("org.jetbrains:annotations:24.0.1")
implementation("commons-io:commons-io:2.14.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.json:json:20230618")
implementation("org.json:json:20231013")
implementation("net.lingala.zip4j:zip4j:2.11.5")

annotationProcessor("com.velocitypowered:velocity-api:3.1.1")
Expand Down

0 comments on commit 898b627

Please sign in to comment.