File tree 3 files changed +1
-5
lines changed
3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 21
21
<compiler-plugin .version>3.14.0</compiler-plugin .version>
22
22
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
23
23
<quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
24
- <junit-jupiter-version >5.11.3</junit-jupiter-version >
25
24
</properties >
26
25
<dependencyManagement >
27
26
<dependencies >
Original file line number Diff line number Diff line change 55
55
<dependency >
56
56
<groupId >org.junit.jupiter</groupId >
57
57
<artifactId >junit-jupiter-params</artifactId >
58
- <version >${junit-jupiter-api- version} </version >
58
+ <version >${junit-jupiter-version} </version >
59
59
<scope >test</scope >
60
60
</dependency >
61
61
Original file line number Diff line number Diff line change 35
35
<jajarta-jaxb-impl-version >4.0.5</jajarta-jaxb-impl-version >
36
36
<poi5-version >${poi-version} </poi5-version >
37
37
<kotlin .version>2.1.20</kotlin .version>
38
- <junit-jupiter-api-version >5.12.1</junit-jupiter-api-version >
39
38
<quarkus-version >3.21.2</quarkus-version >
40
- <quarkus3-junit-jupiter-compatibility-version >5.11.3</quarkus3-junit-jupiter-compatibility-version >
41
- <junit-jupiter-version >${quarkus3-junit-jupiter-compatibility-version} </junit-jupiter-version >
42
39
</properties >
43
40
44
41
<licenses >
You can’t perform that action at this time.
0 commit comments