diff --git a/build.gradle b/build.gradle index 4c11e15..e67f8a5 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ repositories { dependencies { api ( - "org.json:json:20180130", + "org.json:json:20220320", ) testImplementation ( 'junit:junit:4.13.2', @@ -113,4 +113,4 @@ uploadArchives { } } } -} \ No newline at end of file +}