diff --git a/build.gradle.kts b/build.gradle.kts index 7eefc4d..8798358 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { compileOnly("xyz.theprogramsrc:simplecoreapi:0.6.2-SNAPSHOT") compileOnly("xyz.theprogramsrc:filesmodule:0.2.0-SNAPSHOT") - implementation("org.json:json:20230227") + implementation("org.json:json:20241224") testImplementation("org.junit.jupiter:junit-jupiter:5.9.2") }