File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >leetcode-in-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.45 </version >
7
+ <version >1.46 </version >
8
8
<name >leetcode-in-java</name >
9
9
<description >Java-based LeetCode algorithm problem solutions, regularly updated</description >
10
10
<url >https://github.com/javadev/LeetCode-in-Java</url >
61
61
<dependency >
62
62
<groupId >org.junit.jupiter</groupId >
63
63
<artifactId >junit-jupiter-engine</artifactId >
64
- <version >[5.13.1 ,)</version >
64
+ <version >[5.13.3 ,)</version >
65
65
</dependency >
66
66
</dependencies >
67
67
</plugin >
179
179
<dependency >
180
180
<groupId >org.junit.jupiter</groupId >
181
181
<artifactId >junit-jupiter-api</artifactId >
182
- <version >[5.13.1 ,)</version >
182
+ <version >[5.13.3 ,)</version >
183
183
<scope >test</scope >
184
184
</dependency >
185
185
<dependency >
186
186
<groupId >org.junit.jupiter</groupId >
187
187
<artifactId >junit-jupiter-engine</artifactId >
188
- <version >[5.13.1 ,)</version >
188
+ <version >[5.13.3 ,)</version >
189
189
<scope >test</scope >
190
190
</dependency >
191
191
<dependency >
You can’t perform that action at this time.
0 commit comments