|
52 | 52 | <dependency> |
53 | 53 | <groupId>org.projectlombok</groupId> |
54 | 54 | <artifactId>lombok</artifactId> |
55 | | - <version>1.18.38</version> |
| 55 | + <version>1.18.40</version> |
56 | 56 | <scope>provided</scope> |
57 | 57 | </dependency> |
58 | 58 |
|
59 | 59 | <dependency> |
60 | 60 | <!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath --> |
61 | 61 | <groupId>com.github.spotbugs</groupId> |
62 | 62 | <artifactId>spotbugs</artifactId> |
63 | | - <version>4.9.4</version> |
| 63 | + <version>4.9.5</version> |
64 | 64 | <scope>provided</scope> |
65 | 65 | </dependency> |
66 | 66 |
|
|
227 | 227 | <dependency> |
228 | 228 | <groupId>io.cucumber</groupId> |
229 | 229 | <artifactId>cucumber-bom</artifactId> |
230 | | - <version>7.27.2</version> |
| 230 | + <version>7.28.2</version> |
231 | 231 | <type>pom</type> |
232 | 232 | <scope>import</scope> |
233 | 233 | </dependency> |
|
291 | 291 | <plugin> |
292 | 292 | <groupId>org.apache.maven.plugins</groupId> |
293 | 293 | <artifactId>maven-surefire-plugin</artifactId> |
294 | | - <version>3.5.3</version> |
| 294 | + <version>3.5.4</version> |
295 | 295 | <configuration> |
296 | 296 | <forkCount>1</forkCount> |
297 | 297 | <reuseForks>false</reuseForks> |
|
310 | 310 | <plugin> |
311 | 311 | <groupId>org.apache.maven.plugins</groupId> |
312 | 312 | <artifactId>maven-failsafe-plugin</artifactId> |
313 | | - <version>3.5.3</version> |
| 313 | + <version>3.5.4</version> |
314 | 314 | <configuration> |
315 | 315 | <argLine> |
316 | 316 | ${surefireArgLine} |
|
436 | 436 | <plugin> |
437 | 437 | <groupId>com.github.spotbugs</groupId> |
438 | 438 | <artifactId>spotbugs-maven-plugin</artifactId> |
439 | | - <version>4.9.4.0</version> |
| 439 | + <version>4.9.4.2</version> |
440 | 440 | <configuration> |
441 | 441 | <excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile> |
442 | 442 | <plugins> |
|
452 | 452 | <dependency> |
453 | 453 | <groupId>com.github.spotbugs</groupId> |
454 | 454 | <artifactId>spotbugs</artifactId> |
455 | | - <version>4.9.4</version> |
| 455 | + <version>4.9.5</version> |
456 | 456 | </dependency> |
457 | 457 | </dependencies> |
458 | 458 | <executions> |
|
696 | 696 | <plugin> |
697 | 697 | <groupId>org.apache.maven.plugins</groupId> |
698 | 698 | <artifactId>maven-surefire-plugin</artifactId> |
699 | | - <version>3.5.3</version> |
| 699 | + <version>3.5.4</version> |
700 | 700 | <configuration> |
701 | 701 | <argLine> |
702 | 702 | ${surefireArgLine} |
|
712 | 712 | <plugin> |
713 | 713 | <groupId>org.apache.maven.plugins</groupId> |
714 | 714 | <artifactId>maven-failsafe-plugin</artifactId> |
715 | | - <version>3.5.3</version> |
| 715 | + <version>3.5.4</version> |
716 | 716 | <configuration> |
717 | 717 | <argLine> |
718 | 718 | ${surefireArgLine} |
|
0 commit comments