diff options
author | dependabot[bot] | 2024-02-26 21:57:24 +0000 |
---|---|---|
committer | vitalyster | 2024-02-27 01:11:13 +0300 |
commit | 128405829a7ef4a1c0b91db7690a61fb0fd9ac29 (patch) | |
tree | 9cce36a6fc0aedc25ae3c064dd7fcf90ba6c1f83 | |
parent | e65bf5ea3810bebf440dd3f6335378ccebe55b07 (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.1.1 to 3.2.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.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
@@ -298,7 +298,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.1.1</version> + <version>3.2.0</version> <executions> <execution> <id>npm install</id> |