This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 3ab97de4aef21f32ad67bccd900822413fd8799f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 11 19:13:21 2025 -0500
Bump org.sonarsource.scanner.maven:sonar-maven-plugin (#2780)
Bumps
[org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven)
from 5.4.0.6343 to 5.5.0.6356.
- [Release
notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
-
[Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/5.4.0.6343...5.5.0.6356)
---
updated-dependencies:
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
dependency-version: 5.5.0.6356
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 9191637b808eeaf5749324c5c2cc8f07aa2fcc76)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 975fe9c7bb..e327c89be5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>5.4.0.6343</version>
+ <version>5.5.0.6356</version>
</plugin>
</plugins>
</build>