|
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 | <maven.compiler.source>11</maven.compiler.source> |
14 | 14 | <maven.compiler.target>${maven.compiler.source}</maven.compiler.target> |
15 | | - <org.mockito.version>5.19.0</org.mockito.version> |
| 15 | + <org.mockito.version>5.20.0</org.mockito.version> |
16 | 16 | <!-- exclusion expression for e2e tests --> |
17 | 17 | <testExclusions>**/e2e/*.java</testExclusions> |
18 | 18 | <module-name>${project.groupId}.${project.artifactId}</module-name> |
|
88 | 88 | <dependency> |
89 | 89 | <groupId>org.assertj</groupId> |
90 | 90 | <artifactId>assertj-core</artifactId> |
91 | | - <version>3.27.5</version> |
| 91 | + <version>3.27.6</version> |
92 | 92 | <scope>test</scope> |
93 | 93 | </dependency> |
94 | 94 |
|
|
196 | 196 | <dependency> |
197 | 197 | <groupId>com.vmlens</groupId> |
198 | 198 | <artifactId>api</artifactId> |
199 | | - <version>1.2.13</version> |
| 199 | + <version>1.2.16</version> |
200 | 200 | <scope>test</scope> |
201 | 201 | </dependency> |
202 | 202 |
|
|
234 | 234 | <dependency> |
235 | 235 | <groupId>io.cucumber</groupId> |
236 | 236 | <artifactId>cucumber-bom</artifactId> |
237 | | - <version>7.28.2</version> |
| 237 | + <version>7.30.0</version> |
238 | 238 | <type>pom</type> |
239 | 239 | <scope>import</scope> |
240 | 240 | </dependency> |
241 | 241 |
|
242 | 242 | <dependency> |
243 | 243 | <groupId>org.junit</groupId> |
244 | 244 | <artifactId>junit-bom</artifactId> |
245 | | - <version>5.13.4</version> |
| 245 | + <version>6.0.0</version> |
246 | 246 | <type>pom</type> |
247 | 247 | <scope>import</scope> |
248 | 248 | </dependency> |
|
291 | 291 |
|
292 | 292 | <plugin> |
293 | 293 | <artifactId>maven-compiler-plugin</artifactId> |
294 | | - <version>3.14.0</version> |
| 294 | + <version>3.14.1</version> |
295 | 295 | </plugin> |
296 | 296 |
|
297 | 297 | <plugin> |
|
348 | 348 | </activation> |
349 | 349 | <build> |
350 | 350 | <plugins> |
351 | | - <!--<plugin> |
| 351 | + <plugin> |
352 | 352 | <groupId>com.vmlens</groupId> |
353 | 353 | <artifactId>vmlens-maven-plugin</artifactId> |
354 | | - <version>1.2.14</version> |
| 354 | + <version>1.2.16</version> |
355 | 355 | <executions> |
356 | 356 | <execution> |
357 | 357 | <id>test</id> |
358 | 358 | <goals> |
359 | 359 | <goal>test</goal> |
360 | 360 | </goals> |
361 | 361 | <configuration> |
| 362 | + <includes> |
| 363 | + <include>**/*CT.java</include> |
| 364 | + </includes> |
362 | 365 | <failIfNoTests>true</failIfNoTests> |
363 | 366 | </configuration> |
364 | 367 | </execution> |
365 | 368 | </executions> |
366 | | - </plugin>--> |
| 369 | + </plugin> |
367 | 370 | <plugin> |
368 | 371 | <artifactId>maven-dependency-plugin</artifactId> |
369 | 372 | <version>3.8.1</version> |
|
501 | 504 | <dependency> |
502 | 505 | <groupId>com.puppycrawl.tools</groupId> |
503 | 506 | <artifactId>checkstyle</artifactId> |
504 | | - <version>11.0.1</version> |
| 507 | + <version>11.1.0</version> |
505 | 508 | </dependency> |
506 | 509 | </dependencies> |
507 | 510 | <executions> |
|
517 | 520 | <plugin> |
518 | 521 | <groupId>com.diffplug.spotless</groupId> |
519 | 522 | <artifactId>spotless-maven-plugin</artifactId> |
520 | | - <version>2.46.1</version> |
| 523 | + <version>3.0.0</version> |
521 | 524 | <configuration> |
522 | 525 | <!-- optional: limit format enforcement to just the files changed by this feature branch --> |
523 | 526 | <!-- <ratchetFrom>origin/main</ratchetFrom>--> |
|
580 | 583 | <plugin> |
581 | 584 | <groupId>org.apache.maven.plugins</groupId> |
582 | 585 | <artifactId>maven-javadoc-plugin</artifactId> |
583 | | - <version>3.11.3</version> |
| 586 | + <version>3.12.0</version> |
584 | 587 | <configuration> |
585 | 588 | <failOnWarnings>true</failOnWarnings> |
586 | 589 | <doclint>all,-missing |
|
611 | 614 | <plugin> |
612 | 615 | <groupId>org.sonatype.central</groupId> |
613 | 616 | <artifactId>central-publishing-maven-plugin</artifactId> |
614 | | - <version>0.8.0</version> |
| 617 | + <version>0.9.0</version> |
615 | 618 | <extensions>true</extensions> |
616 | 619 | <configuration> |
617 | 620 | <publishingServerId>central</publishingServerId> |
|
665 | 668 | <plugin> |
666 | 669 | <groupId>org.codehaus.mojo</groupId> |
667 | 670 | <artifactId>exec-maven-plugin</artifactId> |
668 | | - <version>3.5.1</version> |
| 671 | + <version>3.6.0</version> |
669 | 672 | <executions> |
670 | 673 | <execution> |
671 | 674 | <id>update-test-harness-submodule</id> |
|
743 | 746 | <plugin> |
744 | 747 | <groupId>org.apache.maven.plugins</groupId> |
745 | 748 | <artifactId>maven-compiler-plugin</artifactId> |
746 | | - <version>3.14.0</version> |
| 749 | + <version>3.14.1</version> |
747 | 750 | <executions> |
748 | 751 | <execution> |
749 | 752 | <id>default-testCompile</id> |
|
0 commit comments