File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 <!-- Testing versions -->
3030 <version .assertj>3.27.6</version .assertj>
3131 <version .awaitility>4.3.0</version .awaitility>
32- <version .junit5>5.13.4 </version .junit5 >
32+ <version .junit>6.0.0 </version .junit >
3333 <version .rest-assured>4.5.1</version .rest-assured>
3434 <version .testcontainers>1.21.3</version .testcontainers>
3535 </properties >
9797 <dependency >
9898 <groupId >org.junit</groupId >
9999 <artifactId >junit-bom</artifactId >
100- <version >${version.junit5 } </version >
100+ <version >${version.junit } </version >
101101 <type >pom</type >
102102 <scope >import</scope >
103103 </dependency >
104104 <dependency >
105105 <groupId >org.junit.jupiter</groupId >
106106 <artifactId >junit-jupiter</artifactId >
107- <version >${version.junit5 } </version >
107+ <version >${version.junit } </version >
108108 <scope >test</scope >
109109 </dependency >
110110 <dependency >
111111 <groupId >org.junit.vintage</groupId >
112112 <artifactId >junit-vintage-engine</artifactId >
113- <version >${version.junit5 } </version >
113+ <version >${version.junit } </version >
114114 <scope >test</scope >
115115 </dependency >
116116 <dependency >
You can’t perform that action at this time.
0 commit comments