diff options
author | dependabot[bot] | 2022-07-15 21:10:43 +0000 |
---|---|---|
committer | vitalyster | 2022-07-20 16:28:33 +0300 |
commit | b13565fe22832b60bebab7658c1a3e8154190246 (patch) | |
tree | 419325826326745a48d6c57fd10e597c3e822db5 /pom.xml | |
parent | 41fb793fd690d68f1c545add721a443f6c97b20d (diff) |
Bump exec-maven-plugin from 3.0.0 to 3.1.0
Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.0.0...exec-maven-plugin-3.1.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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> <executions> <execution> <id>npm install</id> |