Are there any plans to release new version of org.sonarsource.scanner.maven:sonar-maven-plugin? While using the latest one 3.9.1.2184 (from Nov 2021) there is a warning in SonarCloud:
The property ‘sonar.login’ is deprecated and will be removed in the future. Please use the ‘sonar.token’ property instead when passing a token.
I don’t think this shouldn’t require an update to the Maven plugin. Where are you setting sonar.login today (where do you provide the credentials for your SonarCloud analysis)? It should just be a matter of changing this to sonar.token.