Bumped org.json to version 20240303
This commit is contained in:
parent
7651260d97
commit
e0c4284529
4 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,7 @@ public class BitlyShortenBuild extends Project {
|
|||
.include(dependency("com.squareup.okhttp3", "okhttp", okHttp))
|
||||
.include(dependency("com.squareup.okhttp3", "logging-interceptor", okHttp))
|
||||
// JSON
|
||||
.include(dependency("org.json", "json", "20240205"));
|
||||
.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