Upgrading sonar-maven-plugin version

Version 3.2 is not working with latest sonar qube server, needed an upgrade

Issue-ID: CCSDK-1970
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ie1d621a3f1d1aef3b618dd87d7125797983775c7
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index 772dda5..2608b07 100755
--- a/springboot/springboot1/pom.xml
+++ b/springboot/springboot1/pom.xml
@@ -511,7 +511,7 @@
                 <plugin>
                     <groupId>org.sonarsource.scanner.maven</groupId>
                     <artifactId>sonar-maven-plugin</artifactId>
-                    <version>3.3.0.603</version>
+                    <version>3.6.0.1398</version>
                 </plugin>
 
                 <!-- End of plugins from ONAP oparent -->