Skip to content

Commit

Permalink
Merge pull request #57 from FunkyMuse/dependabot/gradle/junit-junit-4…
Browse files Browse the repository at this point in the history
….13.2

build(deps): bump junit from 4.13.1 to 4.13.2
  • Loading branch information
FunkyMuse authored Feb 15, 2021
2 parents 3b04c96 + f5a2d11 commit f009e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation project(path: ':recyclerview')
implementation project(path: ':biometrics')

testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'

//language features
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {


//tests
junitVersion = '4.13.1'
junitVersion = '4.13.2'
hamcrestVersion = '1.3'
androidXTestCoreVersion = '1.3.0'
androidXTestExtKotlinRunnerVersion = '1.1.2'
Expand Down

0 comments on commit f009e88

Please sign in to comment.