This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 4adf7134dd2ae4ef93b4fda760066469c71d593e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 10 22:32:57 2026 +0000
Bump org.sonarsource.scanner.maven:sonar-maven-plugin
Bumps
[org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven)
from 5.7.0.6970 to 5.8.0.7211.
- [Release
notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
-
[Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/5.7.0.6970...5.8.0.7211)
---
updated-dependencies:
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
dependency-version: 5.8.0.7211
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 04ca74519c..702c89217f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1949,7 +1949,7 @@ under the License.
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>5.7.0.6970</version>
+ <version>5.8.0.7211</version>
</plugin>
</plugins>
</pluginManagement>