]> source.dussan.org Git - sonarqube.git/commitdiff
updated kotlin libs to 1.4.21
authorTobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com>
Tue, 9 Feb 2021 14:10:53 +0000 (15:10 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 9 Feb 2021 20:07:16 +0000 (20:07 +0000)
build.gradle

index f1c933423fbb92b474801cb10a245a4c163883d7..09f6c81fc797b24a36d15c0226fb109e68a0c9b2 100644 (file)
@@ -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'