Commits
md_5 authored d0800d0c1da
177 177 | </execution> |
178 178 | </executions> |
179 179 | <configuration> |
180 180 | <configLocation>checkstyle.xml</configLocation> |
181 181 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
182 182 | </configuration> |
183 183 | <dependencies> |
184 184 | <dependency> |
185 185 | <groupId>com.puppycrawl.tools</groupId> |
186 186 | <artifactId>checkstyle</artifactId> |
187 - | <version>8.27</version> |
187 + | <version>8.29</version> |
188 188 | </dependency> |
189 189 | </dependencies> |
190 190 | </plugin> |
191 191 | <plugin> |
192 192 | <groupId>org.codehaus.mojo</groupId> |
193 193 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
194 194 | <version>1.18</version> |
195 195 | <executions> |
196 196 | <execution> |
197 197 | <phase>process-classes</phase> |