Skip to content

Commit

Permalink
fix(deps): update dependency org.json:json to v20231013 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent adde524 commit e0b2122
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 = "20230618")
implementation(group = "org.json", name = "json", version = "20231013")

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

0 comments on commit e0b2122

Please sign in to comment.