aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSonarQube Tech - sonar-enterprise <78919706+sonarqubetech-sonarenterprise@users.noreply.github.com>2022-04-04 13:38:24 +0200
committersonartech <sonartech@sonarsource.com>2022-04-04 20:02:56 +0000
commitdb068c526ae4ad0d4b5eeef999ab23db731fd425 (patch)
tree07e05ba443969e8716b5c183b2aa3a4c9dc8c08a /build.gradle
parent45ded483c3a4a70112f4db19d31baa67a349ac44 (diff)
downloadsonarqube-db068c526ae4ad0d4b5eeef999ab23db731fd425.tar.gz
sonarqube-db068c526ae4ad0d4b5eeef999ab23db731fd425.zip
NO-JIRA Update Minor Backend Dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle24
1 files changed, 12 insertions, 12 deletions
diff --git a/build.gradle b/build.gradle
index d1a88b4f1b6..6420fe7f2e2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -189,7 +189,7 @@ subprojects {
dependency 'commons-dbutils:commons-dbutils:1.7'
dependency 'commons-io:commons-io:2.11.0'
dependency 'commons-lang:commons-lang:2.6'
- imports { mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.1' }
+ imports { mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.2.20220328' }
dependencySet(group: 'com.fasterxml.jackson.dataformat', version: '2.13.1') {
entry 'jackson-dataformat-cbor'
entry 'jackson-dataformat-smile'
@@ -208,12 +208,12 @@ subprojects {
dependency('com.googlecode.json-simple:json-simple:1.1.1') {
exclude 'junit:junit'
}
- dependency 'io.prometheus:simpleclient:0.14.1'
- dependency 'io.prometheus:simpleclient_common:0.14.1'
- dependency 'io.prometheus:simpleclient_servlet:0.14.1'
+ dependency 'io.prometheus:simpleclient:0.15.0'
+ dependency 'io.prometheus:simpleclient_common:0.15.0'
+ dependency 'io.prometheus:simpleclient_servlet:0.15.0'
dependency 'com.google.code.findbugs:jsr305:3.0.2'
- dependency 'com.google.code.gson:gson:2.8.9'
- dependency('com.google.guava:guava:31.0.1-jre') {
+ dependency 'com.google.code.gson:gson:2.9.0'
+ dependency('com.google.guava:guava:31.1-jre') {
exclude 'com.google.errorprone:error_prone_annotations'
exclude 'com.google.guava:listenablefuture'
exclude 'com.google.j2objc:j2objc-annotations'
@@ -228,8 +228,8 @@ subprojects {
dependency 'com.hazelcast:hazelcast-kubernetes:2.2.3'
// Documentation must be updated if mssql-jdbc is updated: https://github.com/SonarSource/sonarqube/commit/03e4773ebf6cba854cdcf57a600095f65f4f53e7
dependency 'com.microsoft.sqlserver:mssql-jdbc:9.4.1.jre11'
- dependency 'com.oracle.database.jdbc:ojdbc8:21.4.0.0.1'
- dependency 'org.aspectj:aspectjtools:1.9.7'
+ 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'
@@ -245,8 +245,8 @@ subprojects {
entry 'jjwt-impl'
entry 'jjwt-jackson'
}
- dependency 'com.auth0:java-jwt:3.18.3'
- dependency 'io.netty:netty-all:4.1.73.Final'
+ dependency 'com.auth0:java-jwt:3.19.1'
+ dependency 'io.netty:netty-all:4.1.75.Final'
dependency 'com.sun.mail:javax.mail:1.6.2'
dependency 'javax.annotation:javax.annotation-api:1.3.2'
dependency 'javax.inject:javax.inject:1'
@@ -258,7 +258,7 @@ subprojects {
dependency 'org.xmlunit:xmlunit-matchers:2.9.0'
dependency 'net.jpountz.lz4:lz4:1.3.0'
dependency 'net.lightbody.bmp:littleproxy:1.1.0-beta-bmp-17'
- dependency 'org.awaitility:awaitility:4.1.1'
+ dependency 'org.awaitility:awaitility:4.2.0'
dependency 'org.apache.commons:commons-csv:1.9.0'
dependency 'org.apache.commons:commons-email:1.5'
dependency 'org.apache.commons:commons-dbcp2:2.9.0'
@@ -516,7 +516,7 @@ subprojects {
dependencies {
testCompile project(":ut-monitoring")
- utMonitoring 'org.aspectj:aspectjweaver:1.9.7'
+ utMonitoring 'org.aspectj:aspectjweaver:1.9.9.1'
}
doFirst {