]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20586 Upgrade Scanner for Gradle to 4.4.1.3373
authorCarmine Vassallo <carmine.vassallo@sonarsource.com>
Thu, 2 Nov 2023 13:49:52 +0000 (14:49 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 3 Nov 2023 20:02:57 +0000 (20:02 +0000)
build.gradle
server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/BitbucketPipelinesTutorial-it.tsx.snap
server/sonar-web/src/main/js/components/tutorials/github-action/__tests__/__snapshots__/GithubActionTutorial-it.tsx.snap
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/JenkinsTutorial-it.tsx.snap
server/sonar-web/src/main/js/components/tutorials/other/__tests__/__snapshots__/OtherTutorial-it.tsx.snap
server/sonar-web/src/main/js/helpers/constants.ts

index 19f33369ed8cb4c7eb454de1e13577d301d33202..d1e2ca9068bd642e1f06701fefb8ef9bdf78a6d4 100644 (file)
@@ -14,7 +14,7 @@ plugins {
   id "de.undercouch.download" version "5.5.0" apply false
   id 'io.spring.dependency-management' version '1.1.3'
   id "org.cyclonedx.bom" version "1.7.4" apply false
-  id 'org.sonarqube' version '4.3.1.3277'
+  id 'org.sonarqube' version '4.4.1.3373'
 }
 
 if (!JavaVersion.current().isCompatibleWith(VERSION_17)) {
index efae878db073ff708d75e4f810a614916fbb3730..27bfa07dcbc4f47a641960e58faab39e92e7a851 100644 (file)
@@ -97,7 +97,7 @@ pipelines:
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.3.1.3277"
+  id "org.sonarqube" version "4.4.1.3373"
 }
 
 sonar {
@@ -110,7 +110,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id("org.sonarqube") version "4.3.1.3277"
+  id("org.sonarqube") version "4.4.1.3373"
 }
     
 sonar {
index 0d4632cdeece71f3b4e6b2b8c9cb2028d6718e28..4c49554ebe54e5bc6261067c06d4c902100c04d3 100644 (file)
@@ -234,7 +234,7 @@ jobs:
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.3.1.3277"
+  id "org.sonarqube" version "4.4.1.3373"
 }
 
 sonar {
@@ -247,7 +247,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id("org.sonarqube") version "4.3.1.3277"
+  id("org.sonarqube") version "4.4.1.3373"
 }
     
 sonar {
index 55d57848a2089b996288735fc93c8b36eff322db..d650eaa67d857072fa36cdc9d70391c8e7b37665 100644 (file)
@@ -93,7 +93,7 @@ sonarqube-vulnerability-report:
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.3.1.3277"
+  id "org.sonarqube" version "4.4.1.3373"
 }
 
 sonar {
@@ -107,7 +107,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id ("org.sonarqube") version "4.3.1.3277"
+  id ("org.sonarqube") version "4.4.1.3373"
 }
 
 sonar {
index 381e5a7529fac8b5a18d4a9657fc5a3adbe706d4..f4d904bf734544649a59c7b5669be22d42e966be 100644 (file)
@@ -2,7 +2,7 @@
 
 exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.3.1.3277"
+  id "org.sonarqube" version "4.4.1.3373"
 }
 
 sonar {
@@ -15,7 +15,7 @@ sonar {
 
 exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
 "plugins {
-  id("org.sonarqube") version "4.3.1.3277"
+  id("org.sonarqube") version "4.4.1.3373"
 }
     
 sonar {
@@ -209,7 +209,7 @@ exports[`bitbucket: can select devops platform and complete all the steps with c
 
 exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.3.1.3277"
+  id "org.sonarqube" version "4.4.1.3373"
 }
 
 sonar {
@@ -222,7 +222,7 @@ sonar {
 
 exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
 "plugins {
-  id("org.sonarqube") version "4.3.1.3277"
+  id("org.sonarqube") version "4.4.1.3373"
 }
     
 sonar {
@@ -416,7 +416,7 @@ exports[`bitbucketcloud: can select devops platform and complete all the steps w
 
 exports[`github: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.3.1.3277"
+  id "org.sonarqube" version "4.4.1.3373"
 }
 
 sonar {
@@ -429,7 +429,7 @@ sonar {
 
 exports[`github: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
 "plugins {
-  id("org.sonarqube") version "4.3.1.3277"
+  id("org.sonarqube") version "4.4.1.3373"
 }
     
 sonar {
@@ -623,7 +623,7 @@ exports[`github: can select devops platform and complete all the steps with copy
 
 exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.3.1.3277"
+  id "org.sonarqube" version "4.4.1.3373"
 }
 
 sonar {
@@ -636,7 +636,7 @@ sonar {
 
 exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
 "plugins {
-  id("org.sonarqube") version "4.3.1.3277"
+  id("org.sonarqube") version "4.4.1.3373"
 }
     
 sonar {
index 54721435bb5eefd89b600d6ab2226b3be4d2eca3..732d268b1aeafaa1b88a11b0b8383b2c90e20a4a 100644 (file)
@@ -84,7 +84,7 @@ exports[`can choose build tools and copy provided settings: gradle: execute scan
 
 exports[`can choose build tools and copy provided settings: gradle: sonarqube plugin 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.3.1.3277"
+  id "org.sonarqube" version "4.4.1.3373"
 }"
 `;
 
index 4f974fccf3cbfa88a72b68318d26d29243462583..b1d98632e5503347827600dc356880708cac0228 100644 (file)
@@ -98,6 +98,6 @@ export const IMPORT_COMPATIBLE_ALMS = [
   AlmKeys.GitLab,
 ];
 
-export const GRADLE_SCANNER_VERSION = '4.3.1.3277';
+export const GRADLE_SCANNER_VERSION = '4.4.1.3373';
 
 export const ONE_SECOND = 1000;