Commit f314cd9 1 parent b54860f commit f314cd9 Copy full SHA for f314cd9
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 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.11.1 </junit .jupiter.version>
52
+ <junit .jupiter.version>5.11.2 </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 >
159
159
<dependency >
160
160
<groupId >org.junit.platform</groupId >
161
161
<artifactId >junit-platform-suite</artifactId >
162
- <version >1.11.1 </version >
162
+ <version >1.11.2 </version >
163
163
<scope >test</scope >
164
164
</dependency >
165
165
Original file line number Diff line number Diff line change 126
126
<dependency >
127
127
<groupId >org.junit.jupiter</groupId >
128
128
<artifactId >junit-jupiter</artifactId >
129
- <version >5.11.1 </version >
129
+ <version >5.11.2 </version >
130
130
<scope >test</scope >
131
131
</dependency >
132
132
<dependency >
You can’t perform that action at this time.
0 commit comments