diff options
author | antoine.vinot <antoine.vinot@sonarsource.com> | 2024-04-04 16:25:56 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-04-05 20:02:38 +0000 |
commit | 646d47e2e747e8ffdb71d8f12e4719a781183f0d (patch) | |
tree | afc89687e2b11017830a08dd9d85d135761e863b /server/sonar-web/src/main/js/components/tutorials/gitlabci | |
parent | b817ba029ffde18e09ed6b4f994faec10737e9bb (diff) | |
download | sonarqube-646d47e2e747e8ffdb71d8f12e4719a781183f0d.tar.gz sonarqube-646d47e2e747e8ffdb71d8f12e4719a781183f0d.zip |
SONAR-21911 Upgrade Scanner for Gradle to 5.0.0.4638
Diffstat (limited to 'server/sonar-web/src/main/js/components/tutorials/gitlabci')
-rw-r--r-- | server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap b/server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap index d650eaa67d8..673c2eee458 100644 --- a/server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap +++ b/server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap @@ -93,7 +93,7 @@ sonarqube-vulnerability-report: exports[`should follow and complete all steps: Groovy: build.gradle 1`] = ` "plugins { - id "org.sonarqube" version "4.4.1.3373" + id "org.sonarqube" version "5.0.0.4638" } sonar { @@ -107,7 +107,7 @@ sonar { exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = ` "plugins { - id ("org.sonarqube") version "4.4.1.3373" + id ("org.sonarqube") version "5.0.0.4638" } sonar { |