From: lukasz-jarocki-sonarsource Date: Fri, 4 Oct 2024 10:15:26 +0000 (+0200) Subject: SONAR-23133 upgrading sonarqube dependencies X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85cdf5270d3cd639614e3d6422ef9724ec0e1e07;p=sonarqube.git SONAR-23133 upgrading sonarqube dependencies --- 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' }