Skip to content

Commit

Permalink
chore(deps): bump androidx.test.ext:junit from 1.2.0 to 1.2.1 in /app (
Browse files Browse the repository at this point in the history
…#650)

Bumps androidx.test.ext:junit from 1.2.0 to 1.2.1.

---
updated-dependencies:
- dependency-name: androidx.test.ext:junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 149680b commit 5564ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ dependencies {
//noinspection GradleDependency
implementation 'com.ibm.icu:icu4j:60.2'
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test.ext:junit:1.2.0'
testImplementation 'androidx.test.ext:junit:1.2.1'
testImplementation 'org.json:json:20240303'
testImplementation 'org.powermock:powermock-api-mockito2:2.0.9'
testImplementation 'org.powermock:powermock-classloading-xstream:2.0.9'
testImplementation 'org.powermock:powermock-module-junit4-rule:2.0.9'
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
testImplementation 'org.robolectric:robolectric:4.12.2'
androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'com.squareup.okhttp:okhttp:2.7.5'
}

Expand Down

0 comments on commit 5564ccd

Please sign in to comment.