|
4 | 4 | <groupId>com.github.javadev</groupId> |
5 | 5 | <artifactId>underscore-kotlin</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>1.10</version> |
| 7 | + <version>1.11</version> |
8 | 8 | <name>kotlin port of Underscore.js</name> |
9 | 9 | <description>The kotlin port of Underscore.js</description> |
10 | 10 | <url>https://github.com/kotlindev/underscore-kotlin</url> |
|
27 | 27 | </scm> |
28 | 28 | <properties> |
29 | 29 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
30 | | - <kotlin.version>2.1.0</kotlin.version> |
| 30 | + <kotlin.version>2.1.20</kotlin.version> |
31 | 31 | </properties> |
32 | 32 | <ciManagement> |
33 | 33 | <system>GitHub Actions</system> |
|
47 | 47 | <dependency> |
48 | 48 | <groupId>org.junit.jupiter</groupId> |
49 | 49 | <artifactId>junit-jupiter-engine</artifactId> |
50 | | - <version>[5.11.3,)</version> |
| 50 | + <version>[5.12.0,)</version> |
51 | 51 | </dependency> |
52 | 52 | </dependencies> |
53 | 53 | </plugin> |
|
244 | 244 | <dependency> |
245 | 245 | <groupId>org.junit.jupiter</groupId> |
246 | 246 | <artifactId>junit-jupiter-api</artifactId> |
247 | | - <version>[5.11.3,)</version> |
| 247 | + <version>[5.12.0,)</version> |
248 | 248 | <scope>test</scope> |
249 | 249 | </dependency> |
250 | 250 | <dependency> |
251 | 251 | <groupId>org.junit.platform</groupId> |
252 | 252 | <artifactId>junit-platform-launcher</artifactId> |
253 | | - <version>[1.11.3,)</version> |
| 253 | + <version>[1.12.0,)</version> |
254 | 254 | <scope>test</scope> |
255 | 255 | </dependency> |
256 | 256 | <dependency> |
|
0 commit comments