aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorlukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com>2024-10-04 12:15:26 +0200
committersonartech <sonartech@sonarsource.com>2024-10-07 20:03:16 +0000
commit85cdf5270d3cd639614e3d6422ef9724ec0e1e07 (patch)
treec72f772e41b6bb133c8c8a9b23d58bc115932f3e /build.gradle
parentba7bd2bf9f85587e2a894aed7d35e6f3e396f239 (diff)
downloadsonarqube-85cdf5270d3cd639614e3d6422ef9724ec0e1e07.tar.gz
sonarqube-85cdf5270d3cd639614e3d6422ef9724ec0e1e07.zip
SONAR-23133 upgrading sonarqube dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 28d079ae3ac..b174da09ae8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,8 +13,8 @@ plugins {
id 'com.jfrog.artifactory' version '5.1.10'
id "de.undercouch.download" version "5.6.0" apply false
id 'io.spring.dependency-management' version '1.1.6'
- id "org.cyclonedx.bom" version "1.7.4" apply false
- id 'org.sonarqube' version '5.0.0.4638'
+ id "org.cyclonedx.bom" version "1.10.0" apply false
+ id 'org.sonarqube' version '5.1.0.4882'
}
if (!JavaVersion.current().isCompatibleWith(VERSION_17)) {
@@ -305,7 +305,7 @@ subprojects {
entry 'scribejava-apis'
entry 'scribejava-core'
}
- dependency('com.github.erosb:json-sKema:0.15.0') {
+ dependency('com.github.erosb:json-sKema:0.18.0') {
// this version of json-sKema does not make use of commons-collections, so we can exclude it safely
exclude 'commons-collections:commons-collections'
}