Update junit dependency to version 4.13.2
Fix for CVE-2020-15250
This commit is contained in:
parent
c4a9a17c7c
commit
75ea7baf9c
@ -71,7 +71,7 @@ dependencies {
|
|||||||
|
|
||||||
// JUnit
|
// JUnit
|
||||||
// A unit-testing library
|
// A unit-testing library
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
|
||||||
// See LWJGL dependencies below
|
// See LWJGL dependencies below
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user