This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new 96ba907 Upgrading sonar-maven-plugin
96ba907 is described below
commit 96ba90765fb9093e97e4da6c98103b499f3249d1
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jan 15 15:07:56 2021 +0100
Upgrading sonar-maven-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3e886af..3b8c346 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2168,7 +2168,7 @@ under the License.
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>3.7.0.1746</version>
+ <version>3.8.0.2131</version>
</plugin>
</plugins>
</pluginManagement>