|
4 | 4 | <groupId>com.github.javadev</groupId> |
5 | 5 | <artifactId>underscore-kotlin</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>1.8</version> |
| 7 | + <version>1.9</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> |
|
42 | 42 | <plugin> |
43 | 43 | <groupId>org.apache.maven.plugins</groupId> |
44 | 44 | <artifactId>maven-surefire-plugin</artifactId> |
45 | | - <version>3.1.2</version> |
| 45 | + <version>3.2.5</version> |
46 | 46 | <dependencies> |
47 | 47 | <dependency> |
48 | 48 | <groupId>org.junit.jupiter</groupId> |
49 | 49 | <artifactId>junit-jupiter-engine</artifactId> |
50 | | - <version>[5.10.3,)</version> |
| 50 | + <version>[5.11.1,)</version> |
51 | 51 | </dependency> |
52 | 52 | </dependencies> |
53 | 53 | </plugin> |
54 | 54 | <plugin> |
55 | 55 | <groupId>org.apache.maven.plugins</groupId> |
56 | 56 | <artifactId>maven-jar-plugin</artifactId> |
57 | | - <version>3.3.0</version> |
| 57 | + <version>3.4.0</version> |
58 | 58 | <configuration> |
59 | 59 | <archive> |
60 | 60 | <manifestEntries> |
|
191 | 191 | <plugin> |
192 | 192 | <groupId>org.apache.maven.plugins</groupId> |
193 | 193 | <artifactId>maven-gpg-plugin</artifactId> |
194 | | - <version>1.6</version> |
| 194 | + <version>3.2.7</version> |
195 | 195 | <executions> |
196 | 196 | <execution> |
197 | 197 | <id>sign-artifacts</id> |
|
244 | 244 | <dependency> |
245 | 245 | <groupId>org.junit.jupiter</groupId> |
246 | 246 | <artifactId>junit-jupiter-api</artifactId> |
247 | | - <version>[5.10.3,)</version> |
| 247 | + <version>[5.11.1,)</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.10.3,)</version> |
| 253 | + <version>[1.11.1,)</version> |
254 | 254 | <scope>test</scope> |
255 | 255 | </dependency> |
256 | 256 | <dependency> |
|
0 commit comments