Skip to content

Commit

Permalink
dependencies: upgrade node and npm to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbodden committed Apr 19, 2022
1 parent 1cb2b4d commit 814d28c
Show file tree
Hide file tree
Showing 2 changed files with 8,151 additions and 21 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
Expand Down Expand Up @@ -111,8 +106,8 @@
<configuration>
<workingDirectory>src/main/webapp</workingDirectory>
<installDirectory>target</installDirectory>
<nodeVersion>v14.15.3</nodeVersion>
<npmVersion>6.14.10</npmVersion>
<nodeVersion>v16.14.2</nodeVersion>
<npmVersion>8.7.0</npmVersion>
</configuration>
<executions>
<execution>
Expand Down
Loading

0 comments on commit 814d28c

Please sign in to comment.