Skip to content

Commit

Permalink
fix(deps): update dependency org.json:json to v20240303
Browse files Browse the repository at this point in the history
  • Loading branch information
descope[bot] committed May 31, 2024
1 parent b39dea8 commit b2f55b9
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 @@ -52,7 +52,7 @@ dependencies {

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

publishing {
Expand Down

0 comments on commit b2f55b9

Please sign in to comment.