aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-07-15 21:10:43 +0000
committerGravatar vitalyster2022-07-20 16:28:33 +0300
commitb13565fe22832b60bebab7658c1a3e8154190246 (patch)
tree419325826326745a48d6c57fd10e597c3e822db5 /pom.xml
parent41fb793fd690d68f1c545add721a443f6c97b20d (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9d12ba6a..696b348f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>