Skip to content

Commit

Permalink
Upgrade org.json to 20240303 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin authored May 12, 2024
1 parent 2a94ae5 commit 6460c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fun VersionCatalogBuilder.common() {

library("jsoup", "org.jsoup", "jsoup").version("1.16.1")
library("base64", "net.iharder", "base64").version("2.3.9")
library("json", "org.json", "json").version("20230618")
library("json", "org.json", "json").version("20240303")
}

fun VersionCatalogBuilder.others() {
Expand Down

0 comments on commit 6460c04

Please sign in to comment.