File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
51
51
<properties >
52
52
<toolchain .jdk.version>[17,)</toolchain .jdk.version>
53
- <junit .jupiter.version>5.11.4 </junit .jupiter.version>
53
+ <junit .jupiter.version>5.12.0 </junit .jupiter.version>
54
54
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
55
55
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
56
56
<module-name >${groupId} .${artifactId} </module-name >
168
168
<dependency >
169
169
<groupId >org.junit.platform</groupId >
170
170
<artifactId >junit-platform-suite</artifactId >
171
- <version >1.11.4 </version >
171
+ <version >1.12.0 </version >
172
172
<scope >test</scope >
173
173
</dependency >
174
174
Original file line number Diff line number Diff line change 141
141
<dependency >
142
142
<groupId >org.junit.jupiter</groupId >
143
143
<artifactId >junit-jupiter</artifactId >
144
- <version >5.11.4 </version >
144
+ <version >5.12.0 </version >
145
145
<scope >test</scope >
146
146
</dependency >
147
147
<dependency >
You can’t perform that action at this time.
0 commit comments