|
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 |
|
|
201 | 201 | <dependency> |
202 | 202 | <groupId>io.cucumber</groupId> |
203 | 203 | <artifactId>cucumber-bom</artifactId> |
204 | | - <version>7.27.2</version> |
| 204 | + <version>7.28.2</version> |
205 | 205 | <type>pom</type> |
206 | 206 | <scope>import</scope> |
207 | 207 | </dependency> |
|
264 | 264 | <plugin> |
265 | 265 | <groupId>org.apache.maven.plugins</groupId> |
266 | 266 | <artifactId>maven-surefire-plugin</artifactId> |
267 | | - <version>3.5.3</version> |
| 267 | + <version>3.5.4</version> |
268 | 268 | <configuration> |
269 | 269 | <forkCount>1</forkCount> |
270 | 270 | <reuseForks>false</reuseForks> |
|
283 | 283 | <plugin> |
284 | 284 | <groupId>org.apache.maven.plugins</groupId> |
285 | 285 | <artifactId>maven-failsafe-plugin</artifactId> |
286 | | - <version>3.5.3</version> |
| 286 | + <version>3.5.4</version> |
287 | 287 | <configuration> |
288 | 288 | <argLine> |
289 | 289 | ${surefireArgLine} |
|
424 | 424 | <plugin> |
425 | 425 | <groupId>com.github.spotbugs</groupId> |
426 | 426 | <artifactId>spotbugs-maven-plugin</artifactId> |
427 | | - <version>4.9.4.0</version> |
| 427 | + <version>4.9.4.2</version> |
428 | 428 | <configuration> |
429 | 429 | <excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile> |
430 | 430 | <plugins> |
|
440 | 440 | <dependency> |
441 | 441 | <groupId>com.github.spotbugs</groupId> |
442 | 442 | <artifactId>spotbugs</artifactId> |
443 | | - <version>4.9.4</version> |
| 443 | + <version>4.9.5</version> |
444 | 444 | </dependency> |
445 | 445 | </dependencies> |
446 | 446 | <executions> |
|
684 | 684 | <plugin> |
685 | 685 | <groupId>org.apache.maven.plugins</groupId> |
686 | 686 | <artifactId>maven-surefire-plugin</artifactId> |
687 | | - <version>3.5.3</version> |
| 687 | + <version>3.5.4</version> |
688 | 688 | <configuration> |
689 | 689 | <argLine> |
690 | 690 | ${surefireArgLine} |
|
700 | 700 | <plugin> |
701 | 701 | <groupId>org.apache.maven.plugins</groupId> |
702 | 702 | <artifactId>maven-failsafe-plugin</artifactId> |
703 | | - <version>3.5.3</version> |
| 703 | + <version>3.5.4</version> |
704 | 704 | <configuration> |
705 | 705 | <argLine> |
706 | 706 | ${surefireArgLine} |
|
0 commit comments