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 </version >
7
+ <version >1.36 </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.10.3 ,)</version >
64
+ <version >[5.11.0 ,)</version >
65
65
</dependency >
66
66
</dependencies >
67
67
</plugin >
149
149
<dependency >
150
150
<groupId >org.junit.jupiter</groupId >
151
151
<artifactId >junit-jupiter-api</artifactId >
152
- <version >[5.10.3 ,)</version >
152
+ <version >[5.11.0 ,)</version >
153
153
<scope >test</scope >
154
154
</dependency >
155
155
<dependency >
156
156
<groupId >org.junit.jupiter</groupId >
157
157
<artifactId >junit-jupiter-engine</artifactId >
158
- <version >[5.10.3 ,)</version >
158
+ <version >[5.11.0 ,)</version >
159
159
<scope >test</scope >
160
160
</dependency >
161
161
<dependency >
You can’t perform that action at this time.
0 commit comments