Skip to content

Commit 69373fe

Browse files
committed
update frontend-maven-plugin version
1 parent 1d1f6d3 commit 69373fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

finish/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>com.github.eirslett</groupId>
5353
<artifactId>frontend-maven-plugin</artifactId>
54-
<version>1.7.6</version>
54+
<version>1.9.1</version>
5555
<configuration>
5656
<workingDirectory>src/main/frontend</workingDirectory>
5757
</configuration>
@@ -64,7 +64,7 @@
6464
<goal>install-node-and-npm</goal>
6565
</goals>
6666
<configuration>
67-
<nodeVersion>v12.14.0</nodeVersion>
67+
<nodeVersion>v12.16.1</nodeVersion>
6868
<npmVersion>6.13.4</npmVersion>
6969
</configuration>
7070
</execution>

start/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>com.github.eirslett</groupId>
5353
<artifactId>frontend-maven-plugin</artifactId>
54-
<version>1.7.6</version>
54+
<version>1.9.1</version>
5555
<configuration>
5656
<workingDirectory>src/main/frontend</workingDirectory>
5757
</configuration>
@@ -64,7 +64,7 @@
6464
<goal>install-node-and-npm</goal>
6565
</goals>
6666
<configuration>
67-
<nodeVersion>v12.14.0</nodeVersion>
67+
<nodeVersion>v12.16.1</nodeVersion>
6868
<npmVersion>6.13.4</npmVersion>
6969
</configuration>
7070
</execution>

0 commit comments

Comments
 (0)