|
4 | 4 | <groupId>com.github.javadev</groupId> |
5 | 5 | <artifactId>underscore</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>1.114-SNAPSHOT</version> |
| 7 | + <version>1.115-SNAPSHOT</version> |
8 | 8 | <name>java port of Underscore.js</name> |
9 | 9 | <description>The java port of Underscore.js</description> |
10 | 10 | <url>https://github.com/javadev/underscore-java</url> |
|
60 | 60 | <dependency> |
61 | 61 | <groupId>org.junit.jupiter</groupId> |
62 | 62 | <artifactId>junit-jupiter-engine</artifactId> |
63 | | - <version>[5.12.2,)</version> |
| 63 | + <version>[5.13.1,)</version> |
64 | 64 | </dependency> |
65 | 65 | </dependencies> |
66 | 66 | </plugin> |
|
201 | 201 | <dependency> |
202 | 202 | <groupId>org.junit.jupiter</groupId> |
203 | 203 | <artifactId>junit-jupiter-api</artifactId> |
204 | | - <version>[5.12.2,)</version> |
| 204 | + <version>[5.13.1,)</version> |
205 | 205 | <scope>test</scope> |
206 | 206 | </dependency> |
207 | 207 | <dependency> |
208 | 208 | <groupId>org.junit.jupiter</groupId> |
209 | 209 | <artifactId>junit-jupiter-engine</artifactId> |
210 | | - <version>[5.12.2,)</version> |
| 210 | + <version>[5.13.1,)</version> |
211 | 211 | <scope>test</scope> |
212 | 212 | </dependency> |
213 | 213 | <dependency> |
214 | 214 | <groupId>org.junit.platform</groupId> |
215 | 215 | <artifactId>junit-platform-launcher</artifactId> |
216 | | - <version>[1.12.2,)</version> |
| 216 | + <version>[1.13.1,)</version> |
217 | 217 | <scope>test</scope> |
218 | 218 | </dependency> |
219 | 219 | <dependency> |
|
0 commit comments