This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 475a521 Bump mavenPluginToolsVersion from 3.6.1 to 3.6.2
475a521 is described below
commit 475a5219e8abdefc52eca3d5fd6674c622cd49a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 29 04:33:15 2021 +0000
Bump mavenPluginToolsVersion from 3.6.1 to 3.6.2
Bumps `mavenPluginToolsVersion` from 3.6.1 to 3.6.2.
Updates `maven-plugin-annotations` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.1...maven-plugin-tools-3.6.2)
Updates `maven-plugin-plugin` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.1...maven-plugin-tools-3.6.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 610d518..6278374 100644
--- a/pom.xml
+++ b/pom.xml
@@ -912,7 +912,7 @@ under the License.
<sonar.host.url>https://builds.apache.org/analysis/</sonar.host.url>
<maven.site.cache>${user.home}/maven-sites</maven.site.cache>
<maven.site.path>../..</maven.site.path><!-- to be overridden -->
- <mavenPluginToolsVersion>3.6.1</mavenPluginToolsVersion>
+ <mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion>
<sisuVersion>0.3.5</sisuVersion>
<!-- don't fail check for some rules that are too hard to enforce (could
even be told broken for some) -->
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>