Skip to content

Commit

Permalink
Merge pull request #130 from velocitycareerlabs/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit.jupiter:junit-jupiter to v5.11.1
  • Loading branch information
michaelavoyan authored Sep 29, 2024
2 parents ca74f93 + 5343a68 commit c941bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
}

0 comments on commit c941bb3

Please sign in to comment.