|
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 | <rdf4j.version>5.2.2</rdf4j.version> |
37 | 37 | <slf4j.version>2.0.17</slf4j.version> |
38 | 38 | <spring.security.version>7.0.4</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> |
|
82 | 81 | <hamcrest.version>3.0</hamcrest.version> |
83 | 82 |
|
84 | 83 | <!-- disable by default (enabled by profile in CI) --> |
85 | | - <dependency-check.skip>true</dependency-check.skip> |
86 | 84 | <archetype.test.skip>true</archetype.test.skip> |
87 | | - <nvd.api.key /> |
88 | | - <nvd.api.datafeed /> |
89 | 85 |
|
90 | 86 | <!-- sonar --> |
91 | 87 | <sonar.coverage.jacoco.xmlReportPaths>${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> |
|
494 | 490 | </execution> |
495 | 491 | </executions> |
496 | 492 | </plugin> |
497 | | - <plugin> |
498 | | - <groupId>org.owasp</groupId> |
499 | | - <artifactId>dependency-check-maven</artifactId> |
500 | | - <version>${owasp.plugin.version}</version> |
501 | | - </plugin> |
502 | 493 | </plugins> |
503 | 494 | </pluginManagement> |
504 | 495 |
|
|
599 | 590 | </execution> |
600 | 591 | </executions> |
601 | 592 | </plugin> |
602 | | - <plugin> |
603 | | - <groupId>org.owasp</groupId> |
604 | | - <artifactId>dependency-check-maven</artifactId> |
605 | | - <executions> |
606 | | - <execution> |
607 | | - <goals> |
608 | | - <goal>check</goal> |
609 | | - </goals> |
610 | | - </execution> |
611 | | - </executions> |
612 | | - <configuration> |
613 | | - <failBuildOnCVSS>7</failBuildOnCVSS> |
614 | | - <ossindexAnalyzerEnabled>false</ossindexAnalyzerEnabled> |
615 | | - <formats> |
616 | | - <format>HTML</format> |
617 | | - <format>JSON</format> |
618 | | - <format>CSV</format> |
619 | | - </formats> |
620 | | - <suppressionFile> |
621 | | - ./build-tools/owasp/suppressions.xml |
622 | | - </suppressionFile> |
623 | | - <nvdApiKey>${nvd.api.key}</nvdApiKey> |
624 | | - <nvdDatafeedUrl>${nvd.api.datafeed}</nvdDatafeedUrl> |
625 | | - </configuration> |
626 | | - </plugin> |
627 | 593 | <plugin> |
628 | 594 | <groupId>org.sonatype.central</groupId> |
629 | 595 | <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 |
|
|
827 | 776 | <archetype.test.skip>true</archetype.test.skip> |
828 | 777 | </properties> |
829 | 778 | </profile> |
830 | | - <profile> |
831 | | - <id>dependencies</id> |
832 | | - <properties> |
833 | | - <skipTests>true</skipTests> |
834 | | - <pmd.skip>true</pmd.skip> |
835 | | - <cpd.skip>true</cpd.skip> |
836 | | - <dependency-check.skip>false</dependency-check.skip> |
837 | | - <jacoco.skip>true</jacoco.skip> |
838 | | - <checkstyle.skip>true</checkstyle.skip> |
839 | | - <archetype.test.skip>true</archetype.test.skip> |
840 | | - </properties> |
841 | | - </profile> |
842 | 779 | </profiles> |
843 | 780 |
|
844 | 781 | <developers> |
|
0 commit comments