|
30 | 30 | <maven.min.version>3.9.4</maven.min.version>
|
31 | 31 |
|
32 | 32 | <!-- Dependency versions -->
|
33 |
| - <asm.version>9.5</asm.version> |
| 33 | + <asm.version>9.6</asm.version> |
34 | 34 | <commons-compress.version>1.24.0</commons-compress.version>
|
35 | 35 | <commons-collections.version>4.4</commons-collections.version>
|
36 | 36 | <findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
|
37 |
| - <guava.version>32.1.2-jre</guava.version> |
38 |
| - <spt-development-audit-spring-boot.version>3.1.4</spt-development-audit-spring-boot.version> |
39 |
| - <spt-development-cid-jms-spring-boot.version>3.1.4</spt-development-cid-jms-spring-boot.version> |
40 |
| - <spt-development-cid-web-spring-boot.version>3.1.4</spt-development-cid-web-spring-boot.version> |
41 |
| - <spt-development-logging-spring-boot.version>3.1.4</spt-development-logging-spring-boot.version> |
| 37 | + <guava.version>32.1.3-jre</guava.version> |
| 38 | + <spt-development-audit-spring-boot.version>3.1.5-SNAPSHOT</spt-development-audit-spring-boot.version> |
| 39 | + <spt-development-cid-jms-spring-boot.version>3.1.5-SNAPSHOT</spt-development-cid-jms-spring-boot.version> |
| 40 | + <spt-development-cid-web-spring-boot.version>3.1.5-SNAPSHOT</spt-development-cid-web-spring-boot.version> |
| 41 | + <spt-development-logging-spring-boot.version>3.1.5-SNAPSHOT</spt-development-logging-spring-boot.version> |
42 | 42 |
|
43 | 43 | <!-- Test dependency versions -->
|
44 | 44 | <awaitility.version>4.2.0</awaitility.version>
|
45 | 45 | <cucumber.version>7.14.0</cucumber.version>
|
46 | 46 | <junit-platform.version>1.10.0</junit-platform.version>
|
47 |
| - <spt-development-test.version>3.0.10</spt-development-test.version> |
48 |
| - <testcontainers.version>1.19.0</testcontainers.version> |
| 47 | + <spt-development-test.version>3.1.0-SNAPSHOT</spt-development-test.version> |
| 48 | + <testcontainers.version>1.19.1</testcontainers.version> |
49 | 49 |
|
50 | 50 | <!-- Plugin versions -->
|
51 | 51 | <checkstyle-maven-plugin.version>3.3.0</checkstyle-maven-plugin.version>
|
|
55 | 55 | <maven-jxr-plugin.version>3.3.0</maven-jxr-plugin.version>
|
56 | 56 | <maven-pmd-plugin.version>3.21.0</maven-pmd-plugin.version>
|
57 | 57 | <maven-scm-plugin.version>2.0.1</maven-scm-plugin.version>
|
58 |
| - <pitest-maven.version>1.7.2</pitest-maven.version> |
| 58 | + <pitest-maven.version>1.15.1</pitest-maven.version> |
59 | 59 | <spotbugs-plugin.version>4.7.3.6</spotbugs-plugin.version>
|
60 | 60 |
|
61 | 61 | <!-- Plugin dependencies -->
|
62 |
| - <checkstyle.version>10.12.3</checkstyle.version> |
| 62 | + <checkstyle.version>10.12.4</checkstyle.version> |
63 | 63 | <findbugs-sec-bug-pattern.version>1.12.0</findbugs-sec-bug-pattern.version>
|
64 | 64 | <findbugs-slf4j-bug-pattern.version>1.5.0</findbugs-slf4j-bug-pattern.version>
|
65 |
| - <pitest-junit5-plugin.version>0.15</pitest-junit5-plugin.version> |
| 65 | + <pitest-junit5-plugin.version>1.2.0</pitest-junit5-plugin.version> |
66 | 66 | </properties>
|
67 | 67 |
|
68 | 68 | <dependencyManagement>
|
|
282 | 282 | </dependencies>
|
283 | 283 |
|
284 | 284 | <build>
|
| 285 | + <pluginManagement> |
| 286 | + <plugins> |
| 287 | + <!-- Plugins used in custom profiles, added so that new versions are detected yb the versions plugin --> |
| 288 | + <plugin> |
| 289 | + <artifactId>maven-pmd-plugin</artifactId> |
| 290 | + <version>${maven-pmd-plugin.version}</version> |
| 291 | + </plugin> |
| 292 | + <plugin> |
| 293 | + <groupId>org.codehaus.mojo</groupId> |
| 294 | + <artifactId>license-maven-plugin</artifactId> |
| 295 | + <version>${license-maven-plugin.version}</version> |
| 296 | + </plugin> |
| 297 | + <plugin> |
| 298 | + <groupId>org.pitest</groupId> |
| 299 | + <artifactId>pitest-maven</artifactId> |
| 300 | + <version>${pitest-maven.version}</version> |
| 301 | + <dependencies> |
| 302 | + <dependency> |
| 303 | + <groupId>org.pitest</groupId> |
| 304 | + <artifactId>pitest-junit5-plugin</artifactId> |
| 305 | + <version>${pitest-junit5-plugin.version}</version> |
| 306 | + </dependency> |
| 307 | + </dependencies> |
| 308 | + </plugin> |
| 309 | + </plugins> |
| 310 | + </pluginManagement> |
| 311 | + |
285 | 312 | <plugins>
|
286 | 313 | <plugin>
|
287 | 314 | <groupId>org.codehaus.mojo</groupId>
|
|
641 | 668 | <plugin>
|
642 | 669 | <groupId>org.pitest</groupId>
|
643 | 670 | <artifactId>pitest-maven</artifactId>
|
644 |
| - <version>${pitest-maven.version}</version> |
645 |
| - <dependencies> |
646 |
| - <dependency> |
647 |
| - <groupId>org.pitest</groupId> |
648 |
| - <artifactId>pitest-junit5-plugin</artifactId> |
649 |
| - <version>${pitest-junit5-plugin.version}</version> |
650 |
| - </dependency> |
651 |
| - </dependencies> |
652 | 671 | <configuration>
|
653 | 672 | <mutationThreshold>100</mutationThreshold>
|
654 | 673 | <excludedClasses>
|
|
667 | 686 | </goals>
|
668 | 687 | </execution>
|
669 | 688 | </executions>
|
| 689 | + <!-- Version defined in pluginManagement section --> |
670 | 690 | </plugin>
|
671 | 691 | <plugin>
|
672 | 692 | <artifactId>maven-pmd-plugin</artifactId>
|
673 |
| - <version>${maven-pmd-plugin.version}</version> |
674 | 693 | <configuration>
|
675 | 694 | <includeTests>false</includeTests>
|
676 | 695 | <printFailingErrors>true</printFailingErrors>
|
|
714 | 733 | </goals>
|
715 | 734 | </execution>
|
716 | 735 | </executions>
|
| 736 | + <!-- Version defined in pluginManagement section --> |
717 | 737 | </plugin>
|
718 | 738 | <plugin>
|
719 | 739 | <groupId>org.codehaus.mojo</groupId>
|
720 | 740 | <artifactId>license-maven-plugin</artifactId>
|
721 |
| - <version>${license-maven-plugin.version}</version> |
722 | 741 | <executions>
|
723 | 742 | <execution>
|
724 | 743 | <phase>compile</phase>
|
|
769 | 788 | </configuration>
|
770 | 789 | </execution>
|
771 | 790 | </executions>
|
| 791 | + <!-- Version defined in pluginManagement section --> |
772 | 792 | </plugin>
|
773 | 793 | </plugins>
|
774 | 794 | </build>
|
|
0 commit comments