File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414
15- <junit .version>5.13.4 </junit .version>
15+ <junit .version>6.0.0 </junit .version>
1616 <assertj .version>3.27.5</assertj .version>
1717 <picocli .version>4.7.6</picocli .version>
1818 <archunit-junit5 .version>1.3.0</archunit-junit5 .version>
270270 </plugins >
271271 </pluginManagement >
272272 </build >
273+ <dependencyManagement >
274+ <dependencies >
275+ <dependency >
276+ <groupId >org.junit</groupId >
277+ <artifactId >junit-bom</artifactId >
278+ <version >${junit.version} </version >
279+ <type >pom</type >
280+ <scope >import</scope >
281+ </dependency >
282+ </dependencies >
283+ </dependencyManagement >
284+
273285 <dependencies >
274286 <!-- ArcadeDB -->
275287 <dependency >
368380 </dependency >
369381 <dependency >
370382 <groupId >org.junit.jupiter</groupId >
371- <artifactId >junit-jupiter-engine</artifactId >
372- <version >${junit.version} </version >
383+ <artifactId >junit-jupiter</artifactId >
373384 <scope >test</scope >
374385 </dependency >
375386 <dependency >
376387 <groupId >org.junit.jupiter</groupId >
377388 <artifactId >junit-jupiter-params</artifactId >
378- <version >${junit.version} </version >
379389 <scope >test</scope >
380390 </dependency >
381391 <dependency >
You can’t perform that action at this time.
0 commit comments