This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch
dependabot/maven/commons-cli-commons-cli-1.5.0
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 40d177be528d4eb2fb191762188986def64a8319
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 23 00:27:18 2021 +0000
Bump mavenPluginPluginVersion from 3.6.1 to 3.6.2
Bumps `mavenPluginPluginVersion` 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 65757aa..56ac650 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@ agnostic home for software distribution comprehension and
audit tools.
<mavenVersion>2.2.1</mavenVersion>
<creadur.jira.id>RAT</creadur.jira.id>
<!-- maven plugin versions -->
- <mavenPluginPluginVersion>3.6.1</mavenPluginPluginVersion>
+ <mavenPluginPluginVersion>3.6.2</mavenPluginPluginVersion>
<mavenChangesVersion>2.12.1</mavenChangesVersion>
<mavenJavadocPluginVersion>3.1.1</mavenJavadocPluginVersion>
<previousRatVersion>0.13</previousRatVersion>