Skip to content

Commit

Permalink
Bump the jetpack group with 2 updates (#216)
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.1.5 to 1.2.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent bb04bcd commit 88f9d6b
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.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation("androidx.test.ext:junit:1.2.0")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.0")
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.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation("androidx.test.ext:junit:1.2.0")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.0")
}

0 comments on commit 88f9d6b

Please sign in to comment.