Skip to content

Commit

Permalink
fix(deps): update dependency org.json:json to v20241224
Browse files Browse the repository at this point in the history
  • Loading branch information
descope[bot] authored Jan 27, 2025
1 parent 5197a4a commit 43fe040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descopesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {

testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
testImplementation "junit:junit:4.13.2"
testImplementation "org.json:json:20240303"
testImplementation "org.json:json:20241224"
}

publishing {
Expand Down

0 comments on commit 43fe040

Please sign in to comment.