File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.12 </version >
34+ <version >2.22.2 </version >
3535 <configuration >
3636 <systemPropertyVariables >
3737 <property >
4141 </systemPropertyVariables >
4242 <argLine >-Xms512m -Xmx1500m</argLine >
4343 <parallel >methods</parallel >
44- <forkMode >pertest</forkMode >
4544 </configuration >
4645 </plugin >
4746
114113 <scope >provided</scope >
115114 </dependency >
116115 <dependency >
117- <groupId >junit</groupId >
118- <artifactId >junit</artifactId >
116+ <groupId >org. junit.jupiter </groupId >
117+ <artifactId >junit-jupiter-api </artifactId >
119118 <version >${junit-version} </version >
119+ <scope >test</scope >
120120 </dependency >
121121 </dependencies >
122122 <properties >
123123 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
124124 <openapi-generator-version >7.6.0-SNAPSHOT</openapi-generator-version >
125125 <maven-plugin-version >1.0.0</maven-plugin-version >
126- <junit-version >4.13 .2</junit-version >
126+ <junit-version >5.10 .2</junit-version >
127127 </properties >
128128</project >
You can’t perform that action at this time.
0 commit comments