Skip to content

Commit

Permalink
chore(android): bump org.json:json (vulnerable version). (#4174)
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem authored Aug 27, 2023
1 parent 1b48840 commit b76f54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/android/detox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ dependencies {
// Unit-testing deps.
dependencies {
testImplementation "${_rnNativeArtifact}"
testImplementation 'org.json:json:20140107'
testImplementation 'org.json:json:20230227'

// https://github.com/spekframework/spek/issues/232#issuecomment-610732158
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.2'
Expand Down

0 comments on commit b76f54e

Please sign in to comment.