diff options
author | dependabot[bot] | 2024-08-12 21:59:40 +0000 |
---|---|---|
committer | vitalyster | 2024-08-14 10:53:11 +0300 |
commit | 0c6e452c4f205f80b5a7b62a8c973d23c586d8ae (patch) | |
tree | 7527fc68030d99a9e20ba2129c3acb0db8471fef | |
parent | a2b500a205d007bc4f79ad30f4604c55b8264931 (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.3.0 to 3.4.1.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.3.0...3.4.1)
---
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
@@ -347,7 +347,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.3.0</version> + <version>3.4.1</version> <executions> <execution> <id>install</id> |