diff options
author | Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> | 2021-02-09 15:10:53 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-09 20:07:16 +0000 |
commit | 7994bfbfea4ea60d18f43d321c06f3e8b613084d (patch) | |
tree | 068c038e3d38dd68d4b78c0f1a918916867e0b9f /build.gradle | |
parent | a36d2c54fc4dd7fab1bf84c693407d3c5585c3b2 (diff) | |
download | sonarqube-7994bfbfea4ea60d18f43d321c06f3e8b613084d.tar.gz sonarqube-7994bfbfea4ea60d18f43d321c06f3e8b613084d.zip |
updated kotlin libs to 1.4.21
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index f1c933423fb..09f6c81fc79 100644 --- a/build.gradle +++ b/build.gradle @@ -277,6 +277,9 @@ subprojects { dependency 'com.ibm.icu:icu4j:3.4.4' dependency 'com.microsoft.sqlserver:mssql-jdbc:7.4.1.jre11' dependency 'com.oracle.database.jdbc:ojdbc8:19.3.0.0' + // upgrade okhttp3 dependency kotlin to get rid of not exploitable CVE-2020-29582 + dependency 'org.jetbrains.kotlin:kotlin-stdlib-common:1.4.21' + dependency 'org.jetbrains.kotlin:kotlin-stdlib:1.4.21' dependencySet(group: 'com.squareup.okhttp3', version: '4.9.0') { entry 'okhttp' entry 'mockwebserver' |