Browse Source

SONAR-16483 Update dependency kotlin-stdlib to v1.7.0

tags/9.6.0.59041
Duarte Meneses 2 years ago
parent
commit
09dfa4e5dd
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File

@@ -233,8 +233,8 @@ subprojects {
dependency 'com.oracle.database.jdbc:ojdbc8:21.5.0.0'
dependency 'org.aspectj:aspectjtools:1.9.9.1'
// upgrade okhttp3 dependency kotlin to get rid of not exploitable CVE-2020-29582
dependency 'org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20'
dependency 'org.jetbrains.kotlin:kotlin-stdlib:1.6.20'
dependency 'org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0'
dependency 'org.jetbrains.kotlin:kotlin-stdlib:1.7.0'
dependencySet(group: 'com.squareup.okhttp3', version: '4.9.3') {
entry 'okhttp'
entry 'mockwebserver'

Loading…
Cancel
Save