diff options
author | dependabot[bot] | 2024-05-27 21:45:21 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2024-05-28 08:02:49 +0300 |
commit | 40fc9a47f30fe5b4be4caef339189edfdf8bc79e (patch) | |
tree | bbd13f0376ff33b4f8a064f58e37fa375781abfa | |
parent | b47e8bf7cf8decde7d8fb6dac237877db44f3756 (diff) |
build(deps): bump org.codehaus.mojo:exec-maven-plugin
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.2.0...3.3.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -302,7 +302,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.2.0</version> + <version>3.3.0</version> <executions> <execution> <id>install</id> |