Update junit dependency to version 4.13.2

Fix for CVE-2020-15250
This commit is contained in:
Sergey Karmanov 2021-12-12 15:41:10 +03:00
parent c4a9a17c7c
commit 75ea7baf9c
Signed by: serega404
GPG Key ID: 97CADD982D88DF68

View File

@ -71,7 +71,7 @@ dependencies {
// JUnit
// A unit-testing library
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
// See LWJGL dependencies below
}