Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Sep 9, 2024
1 parent 32e6c24 commit b1ab286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,14 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
// Optional -- Robolectric environment
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'org.robolectric:robolectric:4.12'
testImplementation 'org.robolectric:robolectric:4.13'
// Optional -- Mockito framework
testImplementation "org.mockito:mockito-core:5.11.0"
testImplementation "org.mockito:mockito-core:5.13.0"
testImplementation "org.mockito:mockito-inline:5.2.0"
// Required -- JSON framework
testImplementation 'org.json:json:20240303'
// json assert
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'

androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
Expand Down

0 comments on commit b1ab286

Please sign in to comment.