Skip to content

Commit

Permalink
Upgrade Junit to fix issue #433
Browse files Browse the repository at this point in the history
Upgrading Junit because 4.13 has known vulnerabilities
  • Loading branch information
TylerMcCraw committed Nov 8, 2022
1 parent 635b727 commit d36cf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
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 d36cf18

Please sign in to comment.