Skip to content

Commit

Permalink
Merge pull request #632 from usefulness/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update junit5 monorepo to v5.10.3
  • Loading branch information
renovate[bot] authored Jun 27, 2024
2 parents b4a8869 + 7510e26 commit 97e78f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gradle-gradlepublish = "1.2.1"
gradle-doctor = "0.10.0"
google-agp = "8.5.0"
gradle-jacocotestkit = "1.0.12"
mavencentral-junit = "5.10.2"
mavencentral-junit = "5.10.3"
mavencentral-assertj = "3.26.0"
mavencentral-apachecommons = "3.14.0"
mavencentral-usefulnesswebp = "0.8.0"
Expand Down
4 changes: 2 additions & 2 deletions sample/screenshot-test-helpers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
dependencies {
implementation(project(":adaptive-support"))
api("io.github.usefulness:screenshot-testing-core:1.2.0")
api(platform("org.junit:junit-bom:5.10.2"))
api("org.junit.vintage:junit-vintage-engine:5.10.2")
api(platform("org.junit:junit-bom:5.10.3"))
api("org.junit.vintage:junit-vintage-engine:5.10.3")
api("androidx.test:rules:1.6.1")
api("androidx.test:runner:1.6.1")
api("androidx.test:core-ktx:1.6.1")
Expand Down

0 comments on commit 97e78f2

Please sign in to comment.