Skip to content

Commit

Permalink
Bump the jetpack group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the jetpack group with 2 updates: androidx.test.ext:junit and androidx.test.espresso:espresso-core.


Updates `androidx.test.ext:junit` from 1.2.0 to 1.2.1

Updates `androidx.test.espresso:espresso-core` from 3.6.0 to 3.6.1

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent fda7ff6 commit 79bc0d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions divviup/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ dependencies {
testImplementation("commons-io:commons-io:2.16.1")
testImplementation("org.mockito:mockito-core:5.12.0")
androidTestImplementation(project(":divviup:commontest"))
androidTestImplementation("androidx.test.ext:junit:1.2.0")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.0")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
}

Expand Down
4 changes: 2 additions & 2 deletions sampleapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ dependencies {
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.2.0")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.0")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
}

0 comments on commit 79bc0d1

Please sign in to comment.