This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 7cd975c Bump sonar-maven-plugin from 3.8.0.2131 to 3.9.0.2155
7cd975c is described below
commit 7cd975c8fda5d9a816e863dbb435c15d965a5b8a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 2 04:07:07 2021 +0000
Bump sonar-maven-plugin from 3.8.0.2131 to 3.9.0.2155
Bumps
[sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) from
3.8.0.2131 to 3.9.0.2155.
- [Release
notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
-
[Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/3.8.0.2131...3.9.0.2155)
---
updated-dependencies:
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
dependency-type: direct:production
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 970afd0..8e0d6f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<plugin.cargo.version>1.8.5</plugin.cargo.version>
<plugin.clirr.version>2.8</plugin.clirr.version>
<plugin.cobertura.version>2.7</plugin.cobertura.version>
- <plugin.sonar.version>3.8.0.2131</plugin.sonar.version>
+ <plugin.sonar.version>3.9.0.2155</plugin.sonar.version>
<plugin.sonar-report.version>0.1</plugin.sonar-report.version>
<plugin.eclipse-lifecycle-mapping.version>1.0.0</plugin.eclipse-lifecycle-mapping.version>
<maven.compiler.source>${jdk.version}</maven.compiler.source> <!--
override values from parent pom -->