File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 30
30
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
31
<maven .compiler.source>8</maven .compiler.source>
32
32
<maven .compiler.target>8</maven .compiler.target>
33
- <junit .version>5.7.1 </junit .version>
33
+ <junit .version>5.8.2 </junit .version>
34
34
<hamcrest .version>2.2</hamcrest .version>
35
35
<spotless .version>2.12.2</spotless .version>
36
36
<google-java-format .version>1.7</google-java-format .version>
90
90
</execution >
91
91
</executions >
92
92
</plugin >
93
+ <plugin >
94
+ <groupId >org.apache.maven.plugins</groupId >
95
+ <artifactId >maven-surefire-plugin</artifactId >
96
+ <version >2.22.2</version >
97
+ </plugin >
93
98
<plugin >
94
99
<groupId >org.sonatype.plugins</groupId >
95
100
<artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments