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:
committed by
TeamCityServer
parent
1cb456aa66
commit
25d962b591
@@ -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')
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user