|
23 | 23 | <jackson-annotations.version>2.21</jackson-annotations.version> |
24 | 24 | <jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version> |
25 | 25 | <jakarta.mail.version>2.0.5</jakarta.mail.version> |
26 | | - <cyclonedx.version>11.0.1</cyclonedx.version> |
| 26 | + <cyclonedx.version>12.0.1</cyclonedx.version> |
27 | 27 | <tomlj.version>1.1.1</tomlj.version> |
28 | 28 | <!-- Testing Dependencies --> |
29 | 29 | <assertj.version>3.27.7</assertj.version> |
|
39 | 39 | <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> |
40 | 40 | <maven-help-plugin.version>3.5.1</maven-help-plugin.version> |
41 | 41 | <maven-install-plugin.version>3.1.1</maven-install-plugin.version> |
42 | | - <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
| 42 | + <maven-jar-plugin.version>3.5.0</maven-jar-plugin.version> |
43 | 43 | <maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version> |
44 | 44 | <maven-release-plugin.version>3.0.0</maven-release-plugin.version> |
45 | 45 | <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> |
46 | 46 | <maven-site-plugin.version>4.0.0-M6</maven-site-plugin.version> |
47 | 47 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
48 | 48 | <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
49 | | - <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version> |
50 | | - <build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version> |
| 49 | + <maven-shade-plugin.version>3.6.1</maven-shade-plugin.version> |
| 50 | + <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> |
51 | 51 | <extra-enforcer-rules.version>1.6.2</extra-enforcer-rules.version> |
52 | | - <flatten-maven-plugin.version>1.4.1</flatten-maven-plugin.version> |
53 | | - <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version> |
| 52 | + <flatten-maven-plugin.version>1.7.3</flatten-maven-plugin.version> |
| 53 | + <jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version> |
54 | 54 | <junit-platform-maven-plugin.version>1.1.8</junit-platform-maven-plugin.version> |
55 | 55 | <license-maven-plugin.version>4.1</license-maven-plugin.version> |
56 | | - <pitest-maven.version>1.13.2</pitest-maven.version> |
| 56 | + <pitest-maven.version>1.22.1</pitest-maven.version> |
57 | 57 | <pitest-junit5-plugin.version>1.1.2</pitest-junit5-plugin.version> |
58 | 58 | <versions-maven-plugin.version>2.15.0</versions-maven-plugin.version> |
59 | 59 | <maven-failsafe-plugin.version>3.5.3</maven-failsafe-plugin.version> |
@@ -425,7 +425,7 @@ limitations under the License.]]> |
425 | 425 | <exclude>io/github/guacsec/trustifyda/api/*</exclude> |
426 | 426 | <exclude>io/github/guacsec/trustifyda/api/serialization/*</exclude> |
427 | 427 | <exclude>io/github/guacsec/trustifyda/exception/*</exclude> |
428 | | -<!-- This one excluding ExhortApi implementation calss from coverage report as it's not tested by surefire plugin, but with junit-platform-maven-plugin --> |
| 428 | +<!-- This one excluding ExhortApi implementation class from coverage report as it's not tested by surefire plugin, but with junit-platform-maven-plugin --> |
429 | 429 | <exclude>io/github/guacsec/trustifyda/impl/*</exclude> |
430 | 430 | <exclude>io/github/guacsec/trustifyda/logging/*</exclude> |
431 | 431 | <exclude>io/github/guacsec/trustifyda/image/ImageUtils.class</exclude> |
@@ -778,7 +778,7 @@ limitations under the License.]]> |
778 | 778 | <reflowLongStrings>true</reflowLongStrings> <!-- optional --> |
779 | 779 | </googleJavaFormat> |
780 | 780 | <licenseHeader> |
781 | | - <file>${project.basedir}/license-header</file> --> |
| 781 | + <file>${project.basedir}/license-header</file> |
782 | 782 | </licenseHeader> |
783 | 783 | <removeUnusedImports /> |
784 | 784 | <formatAnnotations /> |
@@ -851,7 +851,7 @@ limitations under the License.]]> |
851 | 851 | <dependency> |
852 | 852 | <groupId>org.junit.jupiter</groupId> |
853 | 853 | <artifactId>junit-jupiter-engine</artifactId> |
854 | | - <version>5.9.1</version> |
| 854 | + <version>${junit-jupiter.version}</version> |
855 | 855 | </dependency> |
856 | 856 | </dependencies> |
857 | 857 | <configuration> |
|
0 commit comments