Skip to content

Commit

Permalink
chore(deps): bump androidx.test.espresso:espresso-core from 3.6.0 to …
Browse files Browse the repository at this point in the history
…3.6.1 in /snippets (#1658)

chore(deps): bump androidx.test.espresso:espresso-core in /snippets

Bumps androidx.test.espresso:espresso-core from 3.6.0 to 3.6.1.

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

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] committed Jun 27, 2024
1 parent 4175726 commit 8523a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/app-places-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
// [END_EXCLUDE]

// KTX for the Places SDK for Android library
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
// [END_EXCLUDE]

// Utility Library for Maps SDK for Android
Expand Down

0 comments on commit 8523a90

Please sign in to comment.