aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2022-06-13 11:53:05 -0500
committersonartech <sonartech@sonarsource.com>2022-06-17 20:03:11 +0000
commit09dfa4e5dd2b3e7c9c57878a1a0d3d5f1d0a8ab8 (patch)
tree1e2d69afe458dad190594ebfdbb769b4723c52e4 /build.gradle
parent06c03098d509c1f4b03041f179992f93e3cfb69b (diff)
downloadsonarqube-09dfa4e5dd2b3e7c9c57878a1a0d3d5f1d0a8ab8.tar.gz
sonarqube-09dfa4e5dd2b3e7c9c57878a1a0d3d5f1d0a8ab8.zip
SONAR-16483 Update dependency kotlin-stdlib to v1.7.0
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index e5c48b96013..fd5509660d8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'