diff --git a/build.gradle b/build.gradle index 2e71ce4f..8ab68d67 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation "org.json:json:20231013" + implementation "org.json:json:20240205" implementation "com.github.javaparser:javaparser-core:3.25.8" testImplementation platform("org.junit:junit-bom:5.10.1")