Skip to content

Commit

Permalink
Merge pull request #1955 from CatimaLoyalty/dependabot/gradle/android…
Browse files Browse the repository at this point in the history
…x.test-core-1.6.0

Bump androidx.test:core from 1.5.0 to 1.6.0
  • Loading branch information
TheLastProject authored Jun 25, 2024
2 parents 76df487 + 01debf1 commit 0bdda70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {
implementation("io.wcm.tooling.spotbugs:io.wcm.tooling.spotbugs.annotations:1.0.0")

// Testing
testImplementation("androidx.test:core:1.5.0")
testImplementation("androidx.test:core:1.6.0")
testImplementation("junit:junit:4.13.2")
testImplementation("org.robolectric:robolectric:4.12.2")
}
Expand Down

0 comments on commit 0bdda70

Please sign in to comment.