Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter to v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent b2c34e6 commit 8d69f69
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 @@ -83,7 +83,7 @@ dependencies {

// test
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.0-M1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation "io.mockk:mockk:1.11.0"
testImplementation "com.google.truth:truth:1.1.3"
testImplementation 'androidx.arch.core:core-testing:2.1.0'
Expand Down

0 comments on commit 8d69f69

Please sign in to comment.