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.35 -SNAPSHOT</version >
7
+ <version >1.36 -SNAPSHOT</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 >
60
60
<dependency >
61
61
<groupId >org.junit.jupiter</groupId >
62
62
<artifactId >junit-jupiter-engine</artifactId >
63
- <version >[5.10.3 ,)</version >
63
+ <version >[5.11.0 ,)</version >
64
64
</dependency >
65
65
</dependencies >
66
66
</plugin >
172
172
<dependency >
173
173
<groupId >org.junit.jupiter</groupId >
174
174
<artifactId >junit-jupiter-api</artifactId >
175
- <version >[5.10.3 ,)</version >
175
+ <version >[5.11.0 ,)</version >
176
176
<scope >test</scope >
177
177
</dependency >
178
178
<dependency >
179
179
<groupId >org.junit.jupiter</groupId >
180
180
<artifactId >junit-jupiter-engine</artifactId >
181
- <version >[5.10.3 ,)</version >
181
+ <version >[5.11.0 ,)</version >
182
182
<scope >test</scope >
183
183
</dependency >
184
184
<dependency >
You can’t perform that action at this time.
0 commit comments