Skip to content

Commit

Permalink
Bump the minor-and-patch-version-updates group in /app with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-version-updates group in /app with 2 updates: [com.google.truth:truth](https://github.com/google/truth) and [org.mockito:mockito-core](https://github.com/mockito/mockito).


Updates `com.google.truth:truth` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/google/truth/releases)
- [Commits](google/truth@v1.2.0...v1.3.0)

Updates `org.mockito:mockito-core` from 5.8.0 to 5.10.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.8.0...v5.10.0)

---
updated-dependencies:
- dependency-name: com.google.truth:truth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent aa7cf49 commit 52dd916
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 @@ -94,8 +94,8 @@ dependencies {
runtimeOnly 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'

testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:1.2.0'
testImplementation 'org.mockito:mockito-core:5.8.0'
testImplementation 'com.google.truth:truth:1.3.0'
testImplementation 'org.mockito:mockito-core:5.10.0'
testImplementation 'com.tngtech.archunit:archunit:1.2.1'

androidTestImplementation 'androidx.test:runner:1.5.2'
Expand Down

0 comments on commit 52dd916

Please sign in to comment.