|
219 | 219 | <plugin>
|
220 | 220 | <groupId>org.apache.maven.plugins</groupId>
|
221 | 221 | <artifactId>maven-enforcer-plugin</artifactId>
|
222 |
| - <version>3.2.1</version> |
| 222 | + <version>3.3.0</version> |
223 | 223 | <executions>
|
224 | 224 | <execution>
|
225 | 225 | <id>enforce-maven</id>
|
|
230 | 230 | <rules>
|
231 | 231 | <banDuplicatePomDependencyVersions/>
|
232 | 232 | <requireJavaVersion>
|
233 |
| - <version>[11,14]</version> |
| 233 | + <version>[11,]</version> |
234 | 234 | </requireJavaVersion>
|
235 | 235 | <requireMavenVersion>
|
236 | 236 | <version>${pwm.minimum.maven.version}</version>
|
|
255 | 255 | <plugin>
|
256 | 256 | <groupId>org.apache.maven.plugins</groupId>
|
257 | 257 | <artifactId>maven-checkstyle-plugin</artifactId>
|
258 |
| - <version>3.2.1</version> |
| 258 | + <version>3.2.2</version> |
259 | 259 | <dependencies>
|
260 | 260 | <dependency>
|
261 | 261 | <groupId>com.puppycrawl.tools</groupId>
|
262 | 262 | <artifactId>checkstyle</artifactId>
|
263 |
| - <version>10.9.3</version> |
| 263 | + <version>10.10.0</version> |
264 | 264 | </dependency>
|
265 | 265 | </dependencies>
|
266 | 266 | <executions>
|
|
270 | 270 | <configuration>
|
271 | 271 | <propertyExpansion>basedir=${project.root.basedir}</propertyExpansion>
|
272 | 272 | <configLocation>build/checkstyle.xml</configLocation>
|
273 |
| - <encoding>UTF-8</encoding> |
274 | 273 | <consoleOutput>true</consoleOutput>
|
275 | 274 | <includeTestResources>true</includeTestResources>
|
276 | 275 | <failsOnError>true</failsOnError>
|
|
293 | 292 | <configuration>
|
294 | 293 | <propertyExpansion>basedir=${project.root.basedir}</propertyExpansion>
|
295 | 294 | <configLocation>${project.root.basedir}/build/checkstyle-header.xml</configLocation>
|
296 |
| - <encoding>UTF-8</encoding> |
297 | 295 | <consoleOutput>true</consoleOutput>
|
298 | 296 | <includeTestResources>true</includeTestResources>
|
299 | 297 | <failsOnError>true</failsOnError>
|
|
316 | 314 | <configuration>
|
317 | 315 | <propertyExpansion>basedir=${project.root.basedir}</propertyExpansion>
|
318 | 316 | <configLocation>${project.root.basedir}/build/checkstyle-jsp.xml</configLocation>
|
319 |
| - <encoding>UTF-8</encoding> |
320 | 317 | <consoleOutput>true</consoleOutput>
|
321 | 318 | <includeTestResources>true</includeTestResources>
|
322 | 319 | <failsOnError>true</failsOnError>
|
|
339 | 336 | <plugin>
|
340 | 337 | <groupId>com.github.spotbugs</groupId>
|
341 | 338 | <artifactId>spotbugs-maven-plugin</artifactId>
|
342 |
| - <version>4.7.3.3</version> |
| 339 | + <version>4.7.3.4</version> |
343 | 340 | <dependencies>
|
344 | 341 | <dependency>
|
345 | 342 | <groupId>com.github.spotbugs</groupId>
|
|
349 | 346 | </dependencies>
|
350 | 347 | <configuration>
|
351 | 348 | <skip>${spotbugs.skip}</skip>
|
352 |
| - <fork>false</fork> |
| 349 | + <fork>true</fork> |
353 | 350 | <excludeFilterFile>${project.root.basedir}/build/spotbugs-exclude.xml</excludeFilterFile>
|
354 | 351 | <includeTests>false</includeTests>
|
355 | 352 | <effort>max</effort>
|
|
467 | 464 | <dependency>
|
468 | 465 | <groupId>org.mockito</groupId>
|
469 | 466 | <artifactId>mockito-core</artifactId>
|
470 |
| - <version>5.2.0</version> |
| 467 | + <version>5.3.1</version> |
471 | 468 | <scope>test</scope>
|
472 | 469 | </dependency>
|
473 | 470 | <dependency>
|
|
0 commit comments