Skip to content

Commit

Permalink
fix(deps): update dependency org.json:json to v20230227 (#97)
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 Mar 24, 2023
1 parent 1faecf3 commit 2793185
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 = "20220924")
implementation(group = "org.json", name = "json", version = "20230227")

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

0 comments on commit 2793185

Please sign in to comment.