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 3131 <plugin >
3232 <groupId >org.apache.maven.plugins</groupId >
3333 <artifactId >maven-surefire-plugin</artifactId >
34- <version >2.22 .2</version >
34+ <version >3.1 .2</version >
3535 <configuration >
3636 <systemProperties >
3737 <property >
4949 <plugin >
5050 <groupId >org.apache.maven.plugins</groupId >
5151 <artifactId >maven-jar-plugin</artifactId >
52- <version >2.6 </version >
52+ <version >3.3.0 </version >
5353 <executions >
5454 <execution >
5555 <goals >
118118 <dependency >
119119 <groupId >org.junit.jupiter</groupId >
120120 <artifactId >junit-jupiter-api</artifactId >
121- <version >5.8 .0</version > <!-- JUnit 5 のバージョン -->
121+ <version >5.10 .0</version > <!-- JUnit 5 のバージョン -->
122122 <scope >test</scope >
123123 </dependency >
124124 <dependency >
125125 <groupId >org.junit.jupiter</groupId >
126126 <artifactId >junit-jupiter-engine</artifactId >
127- <version >5.8 .0</version > <!-- JUnit 5 のバージョン -->
127+ <version >5.10 .0</version > <!-- JUnit 5 のバージョン -->
128128 <scope >test</scope >
129129 </dependency >
130130 </dependencies >
You can’t perform that action at this time.
0 commit comments