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 44 <groupId >com.github.javadev</groupId >
55 <artifactId >leetcode-in-java</artifactId >
66 <packaging >jar</packaging >
7- <version >1.35 -SNAPSHOT</version >
7+ <version >1.36 -SNAPSHOT</version >
88 <name >leetcode-in-java</name >
99 <description >Java-based LeetCode algorithm problem solutions, regularly updated</description >
1010 <url >https://github.com/javadev/LeetCode-in-Java</url >
6060 <dependency >
6161 <groupId >org.junit.jupiter</groupId >
6262 <artifactId >junit-jupiter-engine</artifactId >
63- <version >[5.10.3 ,)</version >
63+ <version >[5.11.0 ,)</version >
6464 </dependency >
6565 </dependencies >
6666 </plugin >
172172 <dependency >
173173 <groupId >org.junit.jupiter</groupId >
174174 <artifactId >junit-jupiter-api</artifactId >
175- <version >[5.10.3 ,)</version >
175+ <version >[5.11.0 ,)</version >
176176 <scope >test</scope >
177177 </dependency >
178178 <dependency >
179179 <groupId >org.junit.jupiter</groupId >
180180 <artifactId >junit-jupiter-engine</artifactId >
181- <version >[5.10.3 ,)</version >
181+ <version >[5.11.0 ,)</version >
182182 <scope >test</scope >
183183 </dependency >
184184 <dependency >
You can’t perform that action at this time.
0 commit comments