Skip to content

Commit

Permalink
Bump androidx.test.ext:junit-ktx from 1.1.5 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps androidx.test.ext:junit-ktx from 1.1.5 to 1.2.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent ca237aa commit 32568dd
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 @@ -76,7 +76,7 @@ kotlin {
named("androidInstrumentedTest") {
dependencies {
implementation("androidx.test:runner:1.5.2")
implementation("androidx.test.ext:junit-ktx:1.1.5")
implementation("androidx.test.ext:junit-ktx:1.2.0")
}
}
}
Expand Down

0 comments on commit 32568dd

Please sign in to comment.