|
4 | 4 | <groupId>com.github.javadev</groupId>
|
5 | 5 | <artifactId>leetcode-in-kotlin</artifactId>
|
6 | 6 | <packaging>jar</packaging>
|
7 |
| - <version>1.26-SNAPSHOT</version> |
| 7 | + <version>1.27-SNAPSHOT</version> |
8 | 8 | <name>leetcode-in-kotlin</name>
|
9 | 9 | <description>Kotlin-based LeetCode algorithm problem solutions, regularly updated</description>
|
10 | 10 | <url>https://github.com/javadev/LeetCode-in-Kotlin</url>
|
|
73 | 73 | <dependency>
|
74 | 74 | <groupId>org.junit.jupiter</groupId>
|
75 | 75 | <artifactId>junit-jupiter-engine</artifactId>
|
76 |
| - <version>[5.10.2,)</version> |
| 76 | + <version>[5.10.3,)</version> |
77 | 77 | </dependency>
|
78 | 78 | </dependencies>
|
79 | 79 | </plugin>
|
|
140 | 140 | <dependency>
|
141 | 141 | <groupId>org.junit.jupiter</groupId>
|
142 | 142 | <artifactId>junit-jupiter-api</artifactId>
|
143 |
| - <version>[5.10.2,)</version> |
| 143 | + <version>[5.10.3,)</version> |
144 | 144 | <scope>test</scope>
|
145 | 145 | </dependency>
|
146 | 146 | <dependency>
|
147 | 147 | <groupId>org.junit.jupiter</groupId>
|
148 | 148 | <artifactId>junit-jupiter-engine</artifactId>
|
149 |
| - <version>[5.10.2,)</version> |
| 149 | + <version>[5.10.3,)</version> |
150 | 150 | <scope>test</scope>
|
151 | 151 | </dependency>
|
152 | 152 | <dependency>
|
153 | 153 | <groupId>org.junit.platform</groupId>
|
154 | 154 | <artifactId>junit-platform-launcher</artifactId>
|
155 |
| - <version>[1.10.2,)</version> |
| 155 | + <version>[1.10.3,)</version> |
156 | 156 | <scope>test</scope>
|
157 | 157 | </dependency>
|
158 | 158 | <dependency>
|
|
164 | 164 | <dependency>
|
165 | 165 | <groupId>org.zapodot</groupId>
|
166 | 166 | <artifactId>embedded-db-junit-jupiter</artifactId>
|
167 |
| - <version>[2.1.1,)</version> |
| 167 | + <version>[2.2.0,)</version> |
168 | 168 | <scope>test</scope>
|
169 | 169 | </dependency>
|
170 | 170 | </dependencies>
|
|
0 commit comments