Skip to content

Commit d3447f6

Browse files
committed
build: update node/npm
1 parent 17d8982 commit d3447f6

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
<bucket4j-core.version>8.0.1</bucket4j-core.version>
9595
<aws-java-sdk.version>1.12.770</aws-java-sdk.version>
9696
<camel.version>3.22.2</camel.version>
97-
<frontend-plugin-core.version>1.15.0</frontend-plugin-core.version>
9897
<jasypt.version>1.9.3</jasypt.version>
9998

10099
<commons-io.version>2.16.1</commons-io.version>
@@ -151,7 +150,8 @@
151150
<exec-maven-plugin.version>3.4.1</exec-maven-plugin.version>
152151
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
153152
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
154-
<node.version>v20.14.0</node.version>
153+
<node.version>v20.17.0</node.version>
154+
<npm.version>10.8.3</npm.version>
155155
<moditec.version>1.2.2.Final</moditec.version>
156156

157157
<!-- Jooby -->
@@ -575,13 +575,6 @@
575575
<version>${jakarta.ws.rs-api.version}</version>
576576
</dependency>
577577

578-
<!-- frontend -->
579-
<dependency>
580-
<groupId>com.github.eirslett</groupId>
581-
<artifactId>frontend-plugin-core</artifactId>
582-
<version>${frontend-plugin-core.version}</version>
583-
</dependency>
584-
585578
<!-- config -->
586579
<dependency>
587580
<groupId>com.typesafe</groupId>
@@ -1454,7 +1447,7 @@
14541447
<version>${frontend-maven-plugin.version}</version>
14551448
<configuration>
14561449
<nodeVersion>${node.version}</nodeVersion>
1457-
<npmVersion>8.19.3</npmVersion>
1450+
<npmVersion>${npm.version}</npmVersion>
14581451
</configuration>
14591452
</plugin>
14601453
</plugins>

0 commit comments

Comments
 (0)