We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7974279 commit 7ab8425Copy full SHA for 7ab8425
finish/pom.xml
@@ -38,7 +38,7 @@
38
<dependency>
39
<groupId>org.junit.jupiter</groupId>
40
<artifactId>junit-jupiter</artifactId>
41
- <version>5.11.0</version>
+ <version>5.11.1</version>
42
<scope>test</scope>
43
</dependency>
44
</dependencies>
@@ -62,7 +62,7 @@
62
<plugin>
63
<groupId>com.github.eirslett</groupId>
64
<artifactId>frontend-maven-plugin</artifactId>
65
- <version>1.15.0</version>
+ <version>1.15.1</version>
66
<configuration>
67
<!-- tag::working-dir[] -->
68
<workingDirectory>src/main/frontend</workingDirectory>
0 commit comments