Commits

md_5 authored 01e22e09726
Misc maven build updates
No tags

pom.xml

Modified
81 81 <dependency>
82 82 <groupId>org.jetbrains</groupId>
83 83 <artifactId>annotations-java5</artifactId>
84 84 <version>19.0.0</version>
85 85 <scope>provided</scope>
86 86 </dependency>
87 87 <!-- testing -->
88 88 <dependency>
89 89 <groupId>junit</groupId>
90 90 <artifactId>junit</artifactId>
91 - <version>4.13</version>
91 + <version>4.13.1</version>
92 92 <scope>test</scope>
93 93 </dependency>
94 94 <dependency>
95 95 <groupId>org.hamcrest</groupId>
96 96 <artifactId>hamcrest-library</artifactId>
97 97 <version>1.3</version>
98 98 <scope>test</scope>
99 99 </dependency>
100 100 <dependency>
101 101 <groupId>org.ow2.asm</groupId>
218 218 </execution>
219 219 </executions>
220 220 <configuration>
221 221 <configLocation>checkstyle.xml</configLocation>
222 222 <includeTestSourceDirectory>true</includeTestSourceDirectory>
223 223 </configuration>
224 224 <dependencies>
225 225 <dependency>
226 226 <groupId>com.puppycrawl.tools</groupId>
227 227 <artifactId>checkstyle</artifactId>
228 - <version>8.31</version>
228 + <version>8.36.2</version>
229 229 </dependency>
230 230 </dependencies>
231 231 </plugin>
232 232 <plugin>
233 233 <groupId>org.codehaus.mojo</groupId>
234 234 <artifactId>animal-sniffer-maven-plugin</artifactId>
235 - <version>1.18</version>
235 + <version>1.19</version>
236 236 <executions>
237 237 <execution>
238 238 <phase>process-classes</phase>
239 239 <goals>
240 240 <goal>check</goal>
241 241 </goals>
242 242 </execution>
243 243 </executions>
244 244 <configuration>
245 245 <signature>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut