|
32 | 32 | <jose4j.version>0.9.6</jose4j.version> |
33 | 33 | <json.bind.version>3.0.1</json.bind.version> |
34 | 34 | <okhttp.version>5.3.2</okhttp.version> |
35 | | - <quarkus.version>3.34.1</quarkus.version> |
| 35 | + <quarkus.version>3.34.2</quarkus.version> |
36 | 36 | <slf4j.version>2.0.17</slf4j.version> |
37 | 37 | <!-- pinning to Spring 5.x for Java 11 support --> |
38 | 38 | <spring.security.version>5.8.14</spring.security.version> |
|
56 | 56 | <jar.plugin.version>3.5.0</jar.plugin.version> |
57 | 57 | <javadoc.plugin.version>3.12.0</javadoc.plugin.version> |
58 | 58 | <license.plugin.version>5.0.0</license.plugin.version> |
59 | | - <owasp.plugin.version>12.2.0</owasp.plugin.version> |
60 | 59 | <projectinfo.plugin.version>3.9.0</projectinfo.plugin.version> |
61 | 60 | <pmd.plugin.version>3.28.0</pmd.plugin.version> |
62 | 61 | <site.plugin.version>3.21.0</site.plugin.version> |
|
81 | 80 | <wiremock.version>3.13.2</wiremock.version> |
82 | 81 |
|
83 | 82 | <!-- disable by default (enabled by profile in CI) --> |
84 | | - <dependency-check.skip>true</dependency-check.skip> |
85 | 83 | <archetype.test.skip>true</archetype.test.skip> |
86 | | - <nvd.api.key /> |
87 | | - <nvd.api.datafeed /> |
88 | 84 |
|
89 | 85 | <!-- sonar --> |
90 | 86 | <sonar.coverage.jacoco.xmlReportPaths>${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> |
|
510 | 506 | </execution> |
511 | 507 | </executions> |
512 | 508 | </plugin> |
513 | | - <plugin> |
514 | | - <groupId>org.owasp</groupId> |
515 | | - <artifactId>dependency-check-maven</artifactId> |
516 | | - <version>${owasp.plugin.version}</version> |
517 | | - </plugin> |
518 | 509 | </plugins> |
519 | 510 | </pluginManagement> |
520 | 511 |
|
|
615 | 606 | </execution> |
616 | 607 | </executions> |
617 | 608 | </plugin> |
618 | | - <plugin> |
619 | | - <groupId>org.owasp</groupId> |
620 | | - <artifactId>dependency-check-maven</artifactId> |
621 | | - <executions> |
622 | | - <execution> |
623 | | - <goals> |
624 | | - <goal>check</goal> |
625 | | - </goals> |
626 | | - </execution> |
627 | | - </executions> |
628 | | - <configuration> |
629 | | - <failBuildOnCVSS>7</failBuildOnCVSS> |
630 | | - <ossIndexWarnOnlyOnRemoteErrors>true</ossIndexWarnOnlyOnRemoteErrors> |
631 | | - <formats> |
632 | | - <format>HTML</format> |
633 | | - <format>JSON</format> |
634 | | - <format>CSV</format> |
635 | | - </formats> |
636 | | - <suppressionFile> |
637 | | - ./build-tools/owasp/suppressions.xml |
638 | | - </suppressionFile> |
639 | | - <nvdApiKey>${nvd.api.key}</nvdApiKey> |
640 | | - <nvdDatafeedUrl>${nvd.api.datafeed}</nvdDatafeedUrl> |
641 | | - </configuration> |
642 | | - </plugin> |
643 | 609 | <plugin> |
644 | 610 | <groupId>org.sonatype.central</groupId> |
645 | 611 | <artifactId>central-publishing-maven-plugin</artifactId> |
|
747 | 713 | </reportSet> |
748 | 714 | </reportSets> |
749 | 715 | </plugin> |
750 | | - <plugin> |
751 | | - <groupId>org.owasp</groupId> |
752 | | - <artifactId>dependency-check-maven</artifactId> |
753 | | - <version>${owasp.plugin.version}</version> |
754 | | - <reportSets> |
755 | | - <reportSet> |
756 | | - <reports> |
757 | | - <report>aggregate</report> |
758 | | - </reports> |
759 | | - </reportSet> |
760 | | - </reportSets> |
761 | | - <configuration> |
762 | | - <suppressionFiles> |
763 | | - <suppressionFile>./build-tools/owasp/suppressions.xml</suppressionFile> |
764 | | - </suppressionFiles> |
765 | | - </configuration> |
766 | | - </plugin> |
767 | 716 | </plugins> |
768 | 717 | </reporting> |
769 | 718 |
|
|
838 | 787 | <archetype.test.skip>true</archetype.test.skip> |
839 | 788 | </properties> |
840 | 789 | </profile> |
841 | | - <profile> |
842 | | - <id>dependencies</id> |
843 | | - <properties> |
844 | | - <skipTests>true</skipTests> |
845 | | - <pmd.skip>true</pmd.skip> |
846 | | - <cpd.skip>true</cpd.skip> |
847 | | - <dependency-check.skip>false</dependency-check.skip> |
848 | | - <jacoco.skip>true</jacoco.skip> |
849 | | - <checkstyle.skip>true</checkstyle.skip> |
850 | | - <archetype.test.skip>true</archetype.test.skip> |
851 | | - </properties> |
852 | | - </profile> |
853 | 790 | <profile> |
854 | 791 | <id>java-21</id> |
855 | 792 | <activation> |
|
0 commit comments