File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66/.factorypath
77/.apt_generated /
88/.sts4-cache /
9+ /.vscode /
Original file line number Diff line number Diff line change 4646
4747 <properties >
4848 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
49+ <junit .version>6.0.3</junit .version>
4950 </properties >
5051
5152 <dependencyManagement >
115116 <dependency >
116117 <groupId >org.junit.platform</groupId >
117118 <artifactId >junit-platform-launcher</artifactId >
118- <version >6.0.0 </version >
119+ <version >${junit.version} </version >
119120 <scope >test</scope >
120121 </dependency >
121122 <dependency >
122123 <groupId >org.junit.jupiter</groupId >
123124 <artifactId >junit-jupiter-params</artifactId >
124125 <scope >test</scope >
125- <version >6.0.3 </version >
126+ <version >${junit.version} </version >
126127 </dependency >
127128 <dependency >
128129 <groupId >org.junit.jupiter</groupId >
129130 <artifactId >junit-jupiter-engine</artifactId >
130131 <scope >test</scope >
131- <version >6.0.3</version >
132- </dependency >
133- <dependency >
134- <groupId >org.junit.platform</groupId >
135- <artifactId >junit-platform-runner</artifactId >
136- <version >1.14.0</version >
137- <scope >test</scope >
132+ <version >${junit.version} </version >
138133 </dependency >
139134 <dependency >
140135 <groupId >org.assertj</groupId >
418413 <groupId >org.apache.maven.plugins</groupId >
419414 <artifactId >maven-surefire-plugin</artifactId >
420415 <version >3.5.5</version >
421- <dependencies >
422- <dependency >
423- <groupId >org.apache.maven.surefire</groupId >
424- <artifactId >surefire-junit-platform</artifactId >
425- <version >3.5.5</version >
426- </dependency >
427- </dependencies >
428416 </plugin >
429417 <plugin >
430418 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments