Skip to content

Commit

Permalink
Bump maven-invoker-plugin from 3.5.0 to 3.6.0 (#180)
Browse files Browse the repository at this point in the history
* Bump maven-invoker-plugin from 3.5.0 to 3.6.0

Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
- [Commits](apache/maven-invoker-plugin@maven-invoker-plugin-3.5.0...maven-invoker-plugin-3.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update metaschema-maven-plugin/pom.xml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Waltermire <[email protected]>
  • Loading branch information
dependabot[bot] and david-waltermire authored Jun 27, 2023
1 parent 0defd1c commit cc5d4ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion metaschema-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<debug>true</debug>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<plugin.antlr4test.version>1.22</plugin.antlr4test.version>
<plugin.maven-changes.version>2.12.1</plugin.maven-changes.version>
<plugin.maven-dependency.version>3.6.0</plugin.maven-dependency.version>
<plugin.maven-invoker.version>3.5.0</plugin.maven-invoker.version>
<plugin.maven-invoker.version>3.6.0</plugin.maven-invoker.version>
<plugin.spotbugs.version>4.7.3.4</plugin.spotbugs.version>
</properties>
<repositories>
Expand Down

0 comments on commit cc5d4ad

Please sign in to comment.