Skip to content

Commit

Permalink
Update dependency org.json:json to v20240303
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent 7650751 commit 4e2389a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -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:20240303")

testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
}
Expand Down

0 comments on commit 4e2389a

Please sign in to comment.