Skip to content

Commit

Permalink
Merge pull request #434 from TylerMcCraw/patch-1
Browse files Browse the repository at this point in the history
Upgrade Junit to fix issue #433
  • Loading branch information
Zhuinden authored Nov 8, 2022
2 parents 635b727 + d36cf18 commit 3a64d39
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 @@ -13,7 +13,7 @@ buildscript {
ext.databinding_version = '7.1.3'
ext.viewbinding_version = '7.1.3'

ext.junit_version = '4.13'
ext.junit_version = '4.13.2'
ext.mockito_version = '3.3.3'

repositories {
Expand Down

0 comments on commit 3a64d39

Please sign in to comment.