aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-02-26 21:57:24 +0000
committerGravatar vitalyster2024-02-27 01:11:13 +0300
commit128405829a7ef4a1c0b91db7690a61fb0fd9ac29 (patch)
tree9cce36a6fc0aedc25ae3c064dd7fcf90ba6c1f83 /pom.xml
parente65bf5ea3810bebf440dd3f6335378ccebe55b07 (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>
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 10db2f10..50c1f774 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>