From c1f3a45f34d653ddf32386cb080047c6fb46f953 Mon Sep 17 00:00:00 2001 From: Dbhuwad <92073732+Dbhuwad@users.noreply.github.com> Date: Wed, 13 Oct 2021 15:48:32 +0530 Subject: [PATCH] Update Jenkinsfile-1 --- Jenkinsfile-1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-1 b/Jenkinsfile-1 index 4edf935f..7ec54f63 100644 --- a/Jenkinsfile-1 +++ b/Jenkinsfile-1 @@ -7,9 +7,9 @@ pipeline { stage('Scan') { steps { withSonarQubeEnv(installationName: 'sq1') { - sh './mvnw clean org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar' + sh './mvnw clean org.sonarsource.scanner.maven:sonar-maven-plugin:4.6.2.2472:sonar' } } } } -} \ No newline at end of file +}