Skip to content

Commit

Permalink
Upgrade org.json to 20240303
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed May 12, 2024
1 parent 2d70c63 commit 7bf4506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

implementation("org.jsoup:jsoup:1.12.1")
implementation("net.iharder:base64:2.3.9")
implementation("org.json:json:20220924")
implementation("org.json:json:20240303")

testImplementation("org.codehaus.groovy:groovy:2.5.5")
testImplementation("org.spockframework:spock-core:1.2-groovy-2.5")
Expand Down

0 comments on commit 7bf4506

Please sign in to comment.