Bumped Junit dependency to fix CVE-2020-15250

Junit >= 4.7 and < 4.13.1 is vulnerable to https://nvd.nist.gov/vuln/detail/CVE-2020-15250   Sorry, I didn't build or test this change.
This commit is contained in:
Glen K. Peterson
2021-09-17 18:08:22 -04:00
committed by TeamCityServer
parent 1cb456aa66
commit 25d962b591
+1 -1
View File
@@ -15,7 +15,7 @@ sourceSets {
dependencies {
expectedBy project(':kotlin-test:kotlin-test-annotations-common')
api project(':kotlin-test:kotlin-test-jvm')
api('junit:junit:4.12')
api('junit:junit:4.13.2')
}