Skip to content

Commit

Permalink
fix(deps): update dependency org.json:json to v20240303
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 402ba39 commit 9cb1ca0
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 {
exclude(group = "club.minnced", module = "opus-java")
}
implementation(group = "org.apache.commons", name = "commons-collections4", version = "4.4")
implementation(group = "org.json", name = "json", version = "20240205")
implementation(group = "org.json", name = "json", version = "20240303")

runtimeOnly(group = "com.h2database", name = "h2")
runtimeOnly(group = "org.mariadb.jdbc", name = "mariadb-java-client")
Expand Down

0 comments on commit 9cb1ca0

Please sign in to comment.