diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-07 17:29:16 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-08 11:09:29 +0100 |
commit | ff89b480f3b241b0f5e16fe3a9c79fd9943b126d (patch) | |
tree | 846cf033f6b60ee55a9595784cb477eb219b3dd9 /gui-editors | |
parent | 66b103df965461e229d3a2940aae64818eb7926a (diff) |
Update version of npm-maven-plugin
The older version of the npm-maven-plugin does nto work on the latest version of MacOS.
Issue-ID: POLICY-4082
Change-Id: I24606a0761132868904699df4387ccd8d529d0c2
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'gui-editors')
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 8c7f6c9..bb7c658 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -104,7 +104,7 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>1.9.1</version> + <version>1.11.3</version> <configuration> <nodeVersion>v14.17.0</nodeVersion> <npmVersion>6.14.5</npmVersion> |