Skip to content

Commit

Permalink
Bump androidx.test:runner from 1.5.2 to 1.6.0 (#353)
Browse files Browse the repository at this point in the history
Bumps androidx.test:runner from 1.5.2 to 1.6.0.

---
updated-dependencies:
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 25, 2024
1 parent ca237aa commit 7c77343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-uuid-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ kotlin {
sourceSets {
named("androidInstrumentedTest") {
dependencies {
implementation("androidx.test:runner:1.5.2")
implementation("androidx.test:runner:1.6.0")
implementation("androidx.test.ext:junit-ktx:1.1.5")
}
}
Expand Down

0 comments on commit 7c77343

Please sign in to comment.