File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
<properties >
50
50
<maven .compiler.source>1.8</maven .compiler.source>
51
51
<maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
52
- <junit .jupiter.version>5.10.3 </junit .jupiter.version>
52
+ <junit .jupiter.version>5.11.0 </junit .jupiter.version>
53
53
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
54
54
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
55
55
<module-name >${groupId} .${artifactId} </module-name >
137
137
<dependency >
138
138
<groupId >org.junit.platform</groupId >
139
139
<artifactId >junit-platform-suite</artifactId >
140
- <version >1.10.3 </version >
140
+ <version >1.11.0 </version >
141
141
<scope >test</scope >
142
142
</dependency >
143
143
Original file line number Diff line number Diff line change 135
135
<dependency >
136
136
<groupId >org.junit.jupiter</groupId >
137
137
<artifactId >junit-jupiter</artifactId >
138
- <version >5.10.3 </version >
138
+ <version >5.11.0 </version >
139
139
<scope >test</scope >
140
140
</dependency >
141
141
<dependency >
You can’t perform that action at this time.
0 commit comments