File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed
spring-batch-infrastructure Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 8686 <jakarta .persistence-api.version>3.2.0</jakarta .persistence-api.version>
8787 <neo4j-ogm-core .version>4.0.16</neo4j-ogm-core .version>
8888 <mongodb-driver .version>5.3.1</mongodb-driver .version>
89- <junit-jupiter .version>5.11.4</junit-jupiter .version> <!-- FIXME build failure with 5.12.1 -->
89+ <junit-jupiter .version>5.12.2</junit-jupiter .version>
90+ <junit-platform-launcher .version>1.12.2</junit-platform-launcher .version>
9091
9192 <!-- provided dependencies -->
9293 <jsr305 .version>3.0.2</jsr305 .version>
Original file line number Diff line number Diff line change 155155 <version >${testcontainers.version} </version >
156156 <scope >test</scope >
157157 </dependency >
158+ <dependency >
159+ <groupId >org.junit.platform</groupId >
160+ <artifactId >junit-platform-launcher</artifactId >
161+ <version >${junit-platform-launcher.version} </version >
162+ <scope >test</scope >
163+ </dependency >
158164 <dependency >
159165 <groupId >org.hsqldb</groupId >
160166 <artifactId >hsqldb</artifactId >
Original file line number Diff line number Diff line change 264264 <scope >test</scope >
265265 </dependency >
266266 <dependency >
267- <groupId >org.junit.jupiter </groupId >
268- <artifactId >junit-jupiter-api </artifactId >
269- <version >${junit-jupiter .version} </version >
267+ <groupId >org.junit.platform </groupId >
268+ <artifactId >junit-platform-launcher </artifactId >
269+ <version >${junit-platform-launcher .version} </version >
270270 <scope >test</scope >
271271 </dependency >
272272 <dependency >
Original file line number Diff line number Diff line change 150150 <version >${junit-jupiter.version} </version >
151151 <scope >test</scope >
152152 </dependency >
153+ <dependency >
154+ <groupId >org.junit.platform</groupId >
155+ <artifactId >junit-platform-launcher</artifactId >
156+ <version >${junit-platform-launcher.version} </version >
157+ <scope >test</scope >
158+ </dependency >
153159 <dependency >
154160 <groupId >org.slf4j</groupId >
155161 <artifactId >slf4j-simple</artifactId >
Original file line number Diff line number Diff line change 7979 <version >${junit-vintage-engine.version} </version >
8080 <scope >test</scope >
8181 </dependency >
82+ <dependency >
83+ <groupId >org.junit.platform</groupId >
84+ <artifactId >junit-platform-launcher</artifactId >
85+ <version >${junit-platform-launcher.version} </version >
86+ <scope >test</scope >
87+ </dependency >
8288 <dependency >
8389 <groupId >org.mockito</groupId >
8490 <artifactId >mockito-core</artifactId >
You can’t perform that action at this time.
0 commit comments