This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new a1104a7eb1 build(deps): bump
org.sonarsource.scanner.maven:sonar-maven-plugin (#2566)
a1104a7eb1 is described below
commit a1104a7eb114bd6c20fca15faea01c278dc3e8fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 27 12:26:23 2026 +0200
build(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin (#2566)
Bumps
[org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven)
from 5.6.0.6792 to 5.7.0.6970.
- [Release
notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
-
[Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/5.6.0.6792...5.7.0.6970)
---
updated-dependencies:
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
dependency-version: 5.7.0.6970
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e80ce77dc6..e2eed3360c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1227,7 +1227,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>5.6.0.6792</version>
+ <version>5.7.0.6970</version>
</plugin>
<plugin>