Skip to content

Commit f8858d1

Browse files
authored
JAVA-47507: Fixed build failures in the spring-boot-react module (#18682)
1 parent 5a74185 commit f8858d1

File tree

1 file changed

+2
-5
lines changed
  • spring-boot-modules/spring-boot-react

1 file changed

+2
-5
lines changed

spring-boot-modules/spring-boot-react/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@
107107
<goal>yarn</goal>
108108
</goals>
109109
<phase>compile</phase>
110-
<configuration>
111-
<arguments>build</arguments>
112-
</configuration>
113110
</execution>
114111
</executions>
115112
</plugin>
@@ -125,8 +122,8 @@
125122
<maven.compiler.target>11</maven.compiler.target>
126123
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
127124
<frontend-maven-plugin.version>1.6</frontend-maven-plugin.version>
128-
<node.version>v14.18.0</node.version>
129-
<yarn.version>v1.12.1</yarn.version>
125+
<node.version>v20.0.0</node.version>
126+
<yarn.version>v1.22.22</yarn.version>
130127
<javafaker.version>1.0.2</javafaker.version>
131128
</properties>
132129

0 commit comments

Comments
 (0)