aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorTobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com>2021-02-09 15:10:53 +0100
committersonartech <sonartech@sonarsource.com>2021-02-09 20:07:16 +0000
commit7994bfbfea4ea60d18f43d321c06f3e8b613084d (patch)
tree068c038e3d38dd68d4b78c0f1a918916867e0b9f /build.gradle
parenta36d2c54fc4dd7fab1bf84c693407d3c5585c3b2 (diff)
downloadsonarqube-7994bfbfea4ea60d18f43d321c06f3e8b613084d.tar.gz
sonarqube-7994bfbfea4ea60d18f43d321c06f3e8b613084d.zip
updated kotlin libs to 1.4.21
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
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'