This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 91d38efdd3 Bump org.sonarsource.scanner.maven:sonar-maven-plugin (#731)
91d38efdd3 is described below
commit 91d38efdd377678af7bd10bfe446a38a95b70a25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 1 08:12:38 2024 +0200
Bump org.sonarsource.scanner.maven:sonar-maven-plugin (#731)
Bumps
[org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven)
from 3.11.0.3922 to 4.0.0.4121.
- [Release
notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
-
[Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/3.11.0.3922...4.0.0.4121)
---
updated-dependencies:
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
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 b387e77b08..170c17d6fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1679,7 +1679,7 @@ under the License.
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>3.11.0.3922</version>
+ <version>4.0.0.4121</version>
</plugin>
</plugins>
</pluginManagement>