Bump org.json to version 20250107
This commit is contained in:
parent
d551c8b703
commit
cd9af7444b
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ public class CryptoPriceExampleBuild extends BaseProject {
|
|||
|
||||
scope(compile)
|
||||
.include(dependency("net.thauvin.erik", "cryptoprice", version(1, 0, 3, "SNAPSHOT")))
|
||||
.include(dependency("org.json", "json", "20240303"));
|
||||
.include(dependency("org.json", "json", "20250107"));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
|
@ -72,7 +72,7 @@ public class CryptoPriceBuild extends Project {
|
|||
final var kotlin = version(2, 1, 10);
|
||||
scope(compile)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))
|
||||
.include(dependency("org.json", "json", "20240303"))
|
||||
.include(dependency("org.json", "json", "20250107"))
|
||||
.include(dependency("com.squareup.okhttp3", "okhttp", version(4, 12, 0)));
|
||||
scope(test)
|
||||
.include(dependency("com.willowtreeapps.assertk", "assertk-jvm", version(0, 28, 1)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue