aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonarQube Tech - sonar-enterprise <78919706+sonarqubetech-sonarenterprise@users.noreply.github.com>2022-04-06 15:45:27 +0200
committersonartech <sonartech@sonarsource.com>2022-04-06 20:03:01 +0000
commit9a1bca439a724c1cf74da3a1e4c38219ed01c377 (patch)
tree9c43716f291d009cf217dfa8a60ab50b2aca627d
parent5305e30ddc7be0ec11a59cf59ac04ffcb887c912 (diff)
downloadsonarqube-9a1bca439a724c1cf74da3a1e4c38219ed01c377.tar.gz
sonarqube-9a1bca439a724c1cf74da3a1e4c38219ed01c377.zip
NO-JIRA Update Minor Backend Dependencies
-rw-r--r--build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 1b1bc6f2d7d..a7163e9b86f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -129,7 +129,7 @@ subprojects {
}
ext {
- protobufVersion = '3.19.4'
+ protobufVersion = '3.20.0'
}
sonarqube {
@@ -231,8 +231,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.10'
- dependency 'org.jetbrains.kotlin:kotlin-stdlib:1.6.10'
+ dependency 'org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20'
+ dependency 'org.jetbrains.kotlin:kotlin-stdlib:1.6.20'
dependencySet(group: 'com.squareup.okhttp3', version: '4.9.3') {
entry 'okhttp'
entry 'mockwebserver'
@@ -288,15 +288,15 @@ subprojects {
entry 'jetty-server'
entry 'jetty-servlet'
}
- dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.1') {
+ dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.2') {
exclude 'org.apache.logging.log4j:log4j-core'
}
- dependency 'org.elasticsearch.plugin:transport-netty4-client:7.17.1'
+ dependency 'org.elasticsearch.plugin:transport-netty4-client:7.17.2'
dependency 'org.elasticsearch:mocksocket:1.2'
dependency 'org.codelibs.elasticsearch.module:analysis-common:7.17.1'
dependency 'org.codelibs.elasticsearch.module:reindex:7.17.1'
dependency 'org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r'
- dependency 'org.tmatesoft.svnkit:svnkit:1.10.4'
+ dependency 'org.tmatesoft.svnkit:svnkit:1.10.5'
dependency 'org.hamcrest:hamcrest-all:1.3'
dependency 'org.jsoup:jsoup:1.14.3'
dependency 'org.mindrot:jbcrypt:0.4'