]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-23133 upgrading sonarqube dependencies
authorlukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com>
Fri, 4 Oct 2024 10:15:26 +0000 (12:15 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 7 Oct 2024 20:03:16 +0000 (20:03 +0000)
build.gradle

index 28d079ae3aca8e23980de866f6a5f98d708b63e8..b174da09ae8f03980616adcb0e95d3d5e59bd0ca 100644 (file)
@@ -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'
       }