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 86
86
<jakarta .persistence-api.version>3.2.0</jakarta .persistence-api.version>
87
87
<neo4j-ogm-core .version>4.0.16</neo4j-ogm-core .version>
88
88
<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>
90
91
91
92
<!-- provided dependencies -->
92
93
<jsr305 .version>3.0.2</jsr305 .version>
Original file line number Diff line number Diff line change 155
155
<version >${testcontainers.version} </version >
156
156
<scope >test</scope >
157
157
</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 >
158
164
<dependency >
159
165
<groupId >org.hsqldb</groupId >
160
166
<artifactId >hsqldb</artifactId >
Original file line number Diff line number Diff line change 264
264
<scope >test</scope >
265
265
</dependency >
266
266
<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 >
270
270
<scope >test</scope >
271
271
</dependency >
272
272
<dependency >
Original file line number Diff line number Diff line change 150
150
<version >${junit-jupiter.version} </version >
151
151
<scope >test</scope >
152
152
</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 >
153
159
<dependency >
154
160
<groupId >org.slf4j</groupId >
155
161
<artifactId >slf4j-simple</artifactId >
Original file line number Diff line number Diff line change 79
79
<version >${junit-vintage-engine.version} </version >
80
80
<scope >test</scope >
81
81
</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 >
82
88
<dependency >
83
89
<groupId >org.mockito</groupId >
84
90
<artifactId >mockito-core</artifactId >
You can’t perform that action at this time.
0 commit comments