build: Bump org.json to version 20241224

This commit is contained in:
Erik C. Thauvin 2025-01-02 17:58:37 -08:00
parent 67de345c25
commit 16ac7937fa
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 4 additions and 4 deletions

View file

@ -112,7 +112,7 @@ public class MobibotBuild extends Project {
.include(dependency("com.squareup.okhttp3", "okhttp", "4.12.0"))
.include(dependency("net.aksingh", "owm-japis", "2.5.3.0"))
.include(dependency("net.objecthunter", "exp4j", "0.4.8"))
.include(dependency("org.json", "json", "20240303"))
.include(dependency("org.json", "json", "20241224"))
.include(dependency("org.jsoup", "jsoup", "1.18.3"))
// Thauvin
.include(dependency("net.thauvin.erik", "cryptoprice", "1.0.3-SNAPSHOT"))