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 v20220924
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dangmai committed Sep 27, 2022
1 parent ab3c37a commit 769023e
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 @@ -124,7 +124,7 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.9.1'

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

test {
Expand Down

0 comments on commit 769023e

Please sign in to comment.