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 +}