|
4 | 4 | <groupId>com.github.javadev</groupId> |
5 | 5 | <artifactId>underscore17</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>1.52-SNAPSHOT</version> |
| 7 | + <version>1.53-SNAPSHOT</version> |
8 | 8 | <name>java 17 port of Underscore.js</name> |
9 | 9 | <description>The java 17 port of Underscore.js</description> |
10 | 10 | <url>https://github.com/javadev/underscore-java17</url> |
|
60 | 60 | <dependency> |
61 | 61 | <groupId>org.junit.jupiter</groupId> |
62 | 62 | <artifactId>junit-jupiter-engine</artifactId> |
63 | | - <version>[5.10.0,)</version> |
| 63 | + <version>[5.10.1,)</version> |
64 | 64 | </dependency> |
65 | 65 | </dependencies> |
66 | 66 | </plugin> |
67 | 67 | <plugin> |
68 | 68 | <groupId>org.apache.maven.plugins</groupId> |
69 | 69 | <artifactId>maven-jar-plugin</artifactId> |
70 | | - <version>3.2.0</version> |
| 70 | + <version>3.3.0</version> |
71 | 71 | <configuration> |
72 | 72 | <archive> |
73 | 73 | <manifestEntries> |
|
111 | 111 | <plugin> |
112 | 112 | <groupId>org.jacoco</groupId> |
113 | 113 | <artifactId>jacoco-maven-plugin</artifactId> |
114 | | - <version>0.8.10</version> |
| 114 | + <version>0.8.11</version> |
115 | 115 | <executions> |
116 | 116 | <execution> |
117 | 117 | <id>prepare-agent</id> |
|
176 | 176 | <plugin> |
177 | 177 | <groupId>org.apache.maven.plugins</groupId> |
178 | 178 | <artifactId>maven-pmd-plugin</artifactId> |
179 | | - <version>3.14.0</version> |
| 179 | + <version>3.21.2</version> |
180 | 180 | <configuration> |
181 | | - <targetJdk>1.8</targetJdk> |
| 181 | + <targetJdk>17</targetJdk> |
182 | 182 | <rulesets> |
183 | 183 | <ruleset>rulesets/java/basic.xml</ruleset> |
184 | 184 | <ruleset>rulesets/java/design.xml</ruleset> |
|
196 | 196 | </configuration> |
197 | 197 | </plugin> |
198 | 198 | <plugin> |
199 | | - <groupId>org.codehaus.mojo</groupId> |
200 | | - <artifactId>findbugs-maven-plugin</artifactId> |
201 | | - <version>3.0.5</version> |
| 199 | + <groupId>com.github.spotbugs</groupId> |
| 200 | + <artifactId>spotbugs-maven-plugin</artifactId> |
| 201 | + <version>4.8.1.0</version> |
202 | 202 | </plugin> |
203 | 203 | <plugin> |
204 | 204 | <groupId>org.codehaus.mojo</groupId> |
205 | 205 | <artifactId>taglist-maven-plugin</artifactId> |
206 | | - <version>2.4</version> |
| 206 | + <version>3.0.0</version> |
207 | 207 | </plugin> |
208 | 208 | </plugins> |
209 | 209 | </reporting> |
210 | 210 | <dependencies> |
211 | 211 | <dependency> |
212 | 212 | <groupId>org.junit.jupiter</groupId> |
213 | 213 | <artifactId>junit-jupiter-api</artifactId> |
214 | | - <version>[5.10.0,)</version> |
| 214 | + <version>[5.10.1,)</version> |
215 | 215 | <scope>test</scope> |
216 | 216 | </dependency> |
217 | 217 | <dependency> |
218 | 218 | <groupId>org.junit.platform</groupId> |
219 | 219 | <artifactId>junit-platform-launcher</artifactId> |
220 | | - <version>[1.10.0,)</version> |
| 220 | + <version>[1.10.1,)</version> |
221 | 221 | <scope>test</scope> |
222 | 222 | </dependency> |
223 | 223 | <dependency> |
|
0 commit comments