Skip to content

Commit 5ee9c15

Browse files
Update dependency com.github.eirslett:frontend-maven-plugin to v1.15.1
1 parent a61f0e1 commit 5ee9c15

File tree

2 files changed

+2
-2
lines changed
  • jakarta-ee-react-file-handling
  • spring-boot-uploading-and-downloading-files-with-react

2 files changed

+2
-2
lines changed

jakarta-ee-react-file-handling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>com.github.eirslett</groupId>
4646
<artifactId>frontend-maven-plugin</artifactId>
47-
<version>1.8.0</version>
47+
<version>1.15.1</version>
4848
<executions>
4949
<execution>
5050
<id>install node and npm</id>

spring-boot-uploading-and-downloading-files-with-react/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>com.github.eirslett</groupId>
5959
<artifactId>frontend-maven-plugin</artifactId>
60-
<version>1.15.0</version>
60+
<version>1.15.1</version>
6161
<configuration>
6262
<workingDirectory>frontend</workingDirectory>
6363
<nodeVersion>v16.20.0</nodeVersion>

0 commit comments

Comments
 (0)