Bumped org.json to version 20240303

This commit is contained in:
Erik C. Thauvin 2024-05-10 09:54:26 -07:00
parent 88ae027103
commit 5f88cec7c4
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@ public class CryptoPriceBuild extends Project {
final var kotlin = version(1, 9, 24);
scope(compile)
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))
.include(dependency("org.json", "json", "20240205"))
.include(dependency("org.json", "json", "20240303"))
.include(dependency("com.squareup.okhttp3", "okhttp", version(4, 12, 0)));
scope(test)
.include(dependency("com.willowtreeapps.assertk", "assertk-jvm", version(0, 28, 0)))