|
4 | 4 | <groupId>com.github.javadev</groupId> |
5 | 5 | <artifactId>leetcode-in-java</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>1.45-SNAPSHOT</version> |
| 7 | + <version>1.46-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.13.1,)</version> |
| 63 | + <version>[5.13.3,)</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.13.1,)</version> |
| 175 | + <version>[5.13.3,)</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.13.1,)</version> |
| 181 | + <version>[5.13.3,)</version> |
182 | 182 | <scope>test</scope> |
183 | 183 | </dependency> |
184 | 184 | <dependency> |
185 | 185 | <groupId>org.junit.platform</groupId> |
186 | 186 | <artifactId>junit-platform-launcher</artifactId> |
187 | | - <version>[1.13.1,)</version> |
| 187 | + <version>[1.13.3,)</version> |
188 | 188 | <scope>test</scope> |
189 | 189 | </dependency> |
190 | 190 | <dependency> |
|
0 commit comments