File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 31
31
<plugin >
32
32
<groupId >org.apache.maven.plugins</groupId >
33
33
<artifactId >maven-surefire-plugin</artifactId >
34
- <version >2.22 .2</version >
34
+ <version >3.1 .2</version >
35
35
<configuration >
36
36
<systemProperties >
37
37
<property >
49
49
<plugin >
50
50
<groupId >org.apache.maven.plugins</groupId >
51
51
<artifactId >maven-jar-plugin</artifactId >
52
- <version >2.6 </version >
52
+ <version >3.3.0 </version >
53
53
<executions >
54
54
<execution >
55
55
<goals >
118
118
<dependency >
119
119
<groupId >org.junit.jupiter</groupId >
120
120
<artifactId >junit-jupiter-api</artifactId >
121
- <version >5.8 .0</version > <!-- JUnit 5 のバージョン -->
121
+ <version >5.10 .0</version > <!-- JUnit 5 のバージョン -->
122
122
<scope >test</scope >
123
123
</dependency >
124
124
<dependency >
125
125
<groupId >org.junit.jupiter</groupId >
126
126
<artifactId >junit-jupiter-engine</artifactId >
127
- <version >5.8 .0</version > <!-- JUnit 5 のバージョン -->
127
+ <version >5.10 .0</version > <!-- JUnit 5 のバージョン -->
128
128
<scope >test</scope >
129
129
</dependency >
130
130
</dependencies >
You can’t perform that action at this time.
0 commit comments