]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20335 Upgrade gradle scanner to 4.3.1.3277
authorMatteo Mara <matteo.mara@sonarsource.com>
Mon, 4 Sep 2023 08:50:24 +0000 (10:50 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 4 Sep 2023 15:48:18 +0000 (15:48 +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 170dba87fd21f6aeef418af2b43063aa9e6b53e2..9b7c402794438052eb684412cf2b1ddca0c26eee 100644 (file)
@@ -14,7 +14,7 @@ plugins {
   id "de.undercouch.download" version "5.4.0" apply false
   id 'io.spring.dependency-management' version '1.1.0'
   id "org.cyclonedx.bom" version "1.7.4" apply false
-  id 'org.sonarqube' version '4.2.1.3168'
+  id 'org.sonarqube' version '4.3.1.3277'
 }
 
 if (!JavaVersion.current().isCompatibleWith(VERSION_17)) {
index 80771e51eee3bff2aaa6ff6d2305510641522278..efae878db073ff708d75e4f810a614916fbb3730 100644 (file)
@@ -97,7 +97,7 @@ pipelines:
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.2.1.3168"
+  id "org.sonarqube" version "4.3.1.3277"
 }
 
 sonar {
@@ -110,7 +110,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id("org.sonarqube") version "4.2.1.3168"
+  id("org.sonarqube") version "4.3.1.3277"
 }
     
 sonar {
index a67c11b049b42cd39fda95971d38762169f69e2a..7118309d008b89c34633e03c4deef60e6fc381ec 100644 (file)
@@ -234,7 +234,7 @@ jobs:
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.2.1.3168"
+  id "org.sonarqube" version "4.3.1.3277"
 }
 
 sonar {
@@ -247,7 +247,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id("org.sonarqube") version "4.2.1.3168"
+  id("org.sonarqube") version "4.3.1.3277"
 }
     
 sonar {
index 95e5ac39f5fe19ecc7a665e5562aa501b63a7bb8..55d57848a2089b996288735fc93c8b36eff322db 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.2.1.3168"
+  id "org.sonarqube" version "4.3.1.3277"
 }
 
 sonar {
@@ -107,7 +107,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id ("org.sonarqube") version "4.2.1.3168"
+  id ("org.sonarqube") version "4.3.1.3277"
 }
 
 sonar {
index 9230954e61502c3206a93c4c1730881f0a4df201..381e5a7529fac8b5a18d4a9657fc5a3adbe706d4 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.2.1.3168"
+  id "org.sonarqube" version "4.3.1.3277"
 }
 
 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.2.1.3168"
+  id("org.sonarqube") version "4.3.1.3277"
 }
     
 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.2.1.3168"
+  id "org.sonarqube" version "4.3.1.3277"
 }
 
 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.2.1.3168"
+  id("org.sonarqube") version "4.3.1.3277"
 }
     
 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.2.1.3168"
+  id "org.sonarqube" version "4.3.1.3277"
 }
 
 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.2.1.3168"
+  id("org.sonarqube") version "4.3.1.3277"
 }
     
 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.2.1.3168"
+  id "org.sonarqube" version "4.3.1.3277"
 }
 
 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.2.1.3168"
+  id("org.sonarqube") version "4.3.1.3277"
 }
     
 sonar {
index 03ee8670e25896cf8e37d867de75e16c322ba242..54721435bb5eefd89b600d6ab2226b3be4d2eca3 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.2.1.3168"
+  id "org.sonarqube" version "4.3.1.3277"
 }"
 `;
 
index 17615740c754542981877fd7036cc998d9a6698b..393b037269e0720a83c918a41a1b8cbeae79d1b3 100644 (file)
@@ -98,4 +98,4 @@ export const IMPORT_COMPATIBLE_ALMS = [
   AlmKeys.GitLab,
 ];
 
-export const GRADLE_SCANNER_VERSION = '4.2.1.3168';
+export const GRADLE_SCANNER_VERSION = '4.3.1.3277';