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 4, 2024
1 parent 2e61c86 commit ec1fa6d
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.0"
testImplementation "junit:junit:4.13.2"
testImplementation "org.json:json:20231013"
testImplementation "org.json:json:20240303"
}

publishing {
Expand Down

0 comments on commit ec1fa6d

Please sign in to comment.