Skip to content

Commit 58a05bf

Browse files
authored
Update build.gradle
1 parent 52dc94a commit 58a05bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repositories {
4343

4444
dependencies {
4545
constraints {
46-
compile( 'junit:junit:4.13.1+' ){
46+
implementation( 'junit:junit:4.13.2+' ){
4747
because "CVE-2020-15250 - Temporary folder vulnerability - https://github.com/advisories/GHSA-269g-pwp5-87pp"
4848
}
4949
}

0 commit comments

Comments
 (0)