Bump maven.plugin-tools.version from 3.6.1 to 3.6.2 (#7172)
Bumps `maven.plugin-tools.version` 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-tools-api` 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.plugin-tools:maven-plugin-tools-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
548fc96720
commit
2f5a822f90
2
pom.xml
2
pom.xml
|
@ -145,7 +145,7 @@
|
|||
<maven.jar.plugin.version>3.2.0</maven.jar.plugin.version>
|
||||
<maven.javadoc.plugin.version>3.3.1</maven.javadoc.plugin.version>
|
||||
<maven.jxr.plugin.version>3.1.1</maven.jxr.plugin.version>
|
||||
<maven.plugin-tools.version>3.6.1</maven.plugin-tools.version>
|
||||
<maven.plugin-tools.version>3.6.2</maven.plugin-tools.version>
|
||||
<maven-plugin.plugin.version>3.6.1</maven-plugin.plugin.version>
|
||||
<maven.project-info-reports.plugin.version>3.1.2</maven.project-info-reports.plugin.version>
|
||||
<maven.release.plugin.version>2.5.3</maven.release.plugin.version>
|
||||
|
|
Loading…
Reference in New Issue