Skip to content

Commit

Permalink
Bump pluginToolsVersion from 3.6.4 to 3.7.0
Browse files Browse the repository at this point in the history
Bumps `pluginToolsVersion` from 3.6.4 to 3.7.0.

Updates `maven-plugin-annotations` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.6.4...maven-plugin-tools-3.7.0)

Updates `maven-plugin-plugin` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.6.4...maven-plugin-tools-3.7.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and akurtakov committed Nov 8, 2022
1 parent 599cfce commit 001eaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<plexusVersion>2.1.1</plexusVersion>
<plexusUtilsVersion>3.5.0</plexusUtilsVersion>
<cipherVersion>2.0</cipherVersion>
<pluginToolsVersion>3.6.4</pluginToolsVersion>
<pluginToolsVersion>3.7.0</pluginToolsVersion>
<jgit-version>6.3.0.202209071007-r</jgit-version>
<maven-version>3.8.6</maven-version>
<!-- When updating surefire version, double-check Import-Package statements generated by bnd-maven-plugin and possibly adapt instructions in various bnd.bnd files -->
Expand Down

0 comments on commit 001eaa3

Please sign in to comment.