Bumped org.json to version 20240303
This commit is contained in:
parent
e3c7146d06
commit
ab15abe11f
2 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ public class JokeApiBuild 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("net.thauvin.erik.urlencoder", "urlencoder-lib-jvm", version(1, 4, 0)));
|
||||
.include(dependency("org.json", "json", "20240303"))
|
||||
scope(test)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-test-junit5", kotlin))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue