Skip to content

Commit

Permalink
Update JUnit4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertzhao2002 committed Jul 20, 2024
1 parent c4fc1a9 commit 653bfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.1'
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0'
testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
testImplementation "com.google.truth:truth:1.4.4"
Expand Down

0 comments on commit 653bfa8

Please sign in to comment.