Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.json:json to v20230618
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dangmai committed Jun 18, 2023
1 parent 13514bf commit bcb78b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.9.3'

// https://mvnrepository.com/artifact/org.json/json
testImplementation group: 'org.json', name: 'json', version: '20230227'
testImplementation group: 'org.json', name: 'json', version: '20230618'
}

test {
Expand Down

0 comments on commit bcb78b9

Please sign in to comment.