We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7558d5 + e054893 commit f418ed2Copy full SHA for f418ed2
frontend/pom.xml
@@ -21,7 +21,7 @@
21
<plugin>
22
<groupId>com.github.eirslett</groupId>
23
<artifactId>frontend-maven-plugin</artifactId>
24
- <version>1.15.1</version>
+ <version>1.15.4</version>
25
<executions>
26
<execution>
27
<id>install npm and node</id>
pom.xml
@@ -137,7 +137,7 @@
137
138
<groupId>org.apache.maven.plugins</groupId>
139
<artifactId>maven-compiler-plugin</artifactId>
140
- <version>3.14.0</version>
+ <version>3.14.1</version>
141
<configuration>
142
<source>${java.version}</source>
143
<target>${java.version}</target>
0 commit comments