diff options
author | lukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com> | 2024-10-04 12:15:26 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-07 20:03:16 +0000 |
commit | 85cdf5270d3cd639614e3d6422ef9724ec0e1e07 (patch) | |
tree | c72f772e41b6bb133c8c8a9b23d58bc115932f3e /build.gradle | |
parent | ba7bd2bf9f85587e2a894aed7d35e6f3e396f239 (diff) | |
download | sonarqube-85cdf5270d3cd639614e3d6422ef9724ec0e1e07.tar.gz sonarqube-85cdf5270d3cd639614e3d6422ef9724ec0e1e07.zip |
SONAR-23133 upgrading sonarqube dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
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' } |