From 7994bfbfea4ea60d18f43d321c06f3e8b613084d Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> Date: Tue, 9 Feb 2021 15:10:53 +0100 Subject: [PATCH] updated kotlin libs to 1.4.21 --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.39.5