|
4 | 4 | <groupId>com.github.javadev</groupId> |
5 | 5 | <artifactId>underscore</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>1.112</version> |
| 7 | + <version>1.113</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> |
|
42 | 42 | <plugin> |
43 | 43 | <groupId>org.apache.maven.plugins</groupId> |
44 | 44 | <artifactId>maven-compiler-plugin</artifactId> |
45 | | - <version>3.13.0</version> |
| 45 | + <version>3.14.0</version> |
46 | 46 | <configuration> |
47 | 47 | <source>11</source> |
48 | 48 | <target>11</target> |
|
52 | 52 | <plugin> |
53 | 53 | <groupId>org.apache.maven.plugins</groupId> |
54 | 54 | <artifactId>maven-surefire-plugin</artifactId> |
55 | | - <version>3.2.5</version> |
| 55 | + <version>3.5.3</version> |
56 | 56 | <dependencies> |
57 | 57 | <dependency> |
58 | 58 | <groupId>org.junit.jupiter</groupId> |
59 | 59 | <artifactId>junit-jupiter-engine</artifactId> |
60 | | - <version>[5.12.0,)</version> |
| 60 | + <version>[5.12.2,)</version> |
61 | 61 | </dependency> |
62 | 62 | </dependencies> |
63 | 63 | </plugin> |
64 | 64 | <plugin> |
65 | 65 | <groupId>org.apache.maven.plugins</groupId> |
66 | 66 | <artifactId>maven-jar-plugin</artifactId> |
67 | | - <version>3.4.0</version> |
| 67 | + <version>3.4.2</version> |
68 | 68 | <configuration> |
69 | 69 | <archive> |
70 | 70 | <manifestEntries> |
|
126 | 126 | <dependency> |
127 | 127 | <groupId>org.junit.jupiter</groupId> |
128 | 128 | <artifactId>junit-jupiter-api</artifactId> |
129 | | - <version>[5.12.0,)</version> |
| 129 | + <version>[5.12.2,)</version> |
| 130 | + <scope>test</scope> |
| 131 | + </dependency> |
| 132 | + <dependency> |
| 133 | + <groupId>org.junit.jupiter</groupId> |
| 134 | + <artifactId>junit-jupiter-engine</artifactId> |
| 135 | + <version>[5.12.2,)</version> |
130 | 136 | <scope>test</scope> |
131 | 137 | </dependency> |
132 | 138 | <dependency> |
133 | 139 | <groupId>org.junit.platform</groupId> |
134 | 140 | <artifactId>junit-platform-launcher</artifactId> |
135 | | - <version>[1.12.0,)</version> |
| 141 | + <version>[1.12.2,)</version> |
136 | 142 | <scope>test</scope> |
137 | 143 | </dependency> |
138 | 144 | <dependency> |
|
0 commit comments