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
<properties >
51
51
<maven .compiler.source>1.8</maven .compiler.source>
52
52
<maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
53
- <junit .jupiter.version>5.11.3 </junit .jupiter.version>
53
+ <junit .jupiter.version>5.11.4 </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 >
160
160
<dependency >
161
161
<groupId >org.junit.platform</groupId >
162
162
<artifactId >junit-platform-suite</artifactId >
163
- <version >1.11.3 </version >
163
+ <version >1.11.4 </version >
164
164
<scope >test</scope >
165
165
</dependency >
166
166
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.11.3 </version >
138
+ <version >5.11.4 </version >
139
139
<scope >test</scope >
140
140
</dependency >
141
141
<dependency >
You can’t perform that action at this time.
0 commit comments