Skip to content

Commit 4c9c669

Browse files
authored
Merge branch 'main' into qodo-merge-best-practices_2026-02-03_1541
2 parents 2ec21fc + 516236c commit 4c9c669

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<jackson-annotations.version>2.21</jackson-annotations.version>
2424
<jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
2525
<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>
2727
<tomlj.version>1.1.1</tomlj.version>
2828
<!-- Testing Dependencies -->
2929
<assertj.version>3.27.7</assertj.version>
@@ -39,21 +39,21 @@
3939
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
4040
<maven-help-plugin.version>3.5.1</maven-help-plugin.version>
4141
<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>
4343
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
4444
<maven-release-plugin.version>3.0.0</maven-release-plugin.version>
4545
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
4646
<maven-site-plugin.version>4.0.0-M6</maven-site-plugin.version>
4747
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
4848
<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>
5151
<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>
5454
<junit-platform-maven-plugin.version>1.1.8</junit-platform-maven-plugin.version>
5555
<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>
5757
<pitest-junit5-plugin.version>1.1.2</pitest-junit5-plugin.version>
5858
<versions-maven-plugin.version>2.15.0</versions-maven-plugin.version>
5959
<maven-failsafe-plugin.version>3.5.3</maven-failsafe-plugin.version>
@@ -425,7 +425,7 @@ limitations under the License.]]>
425425
<exclude>io/github/guacsec/trustifyda/api/*</exclude>
426426
<exclude>io/github/guacsec/trustifyda/api/serialization/*</exclude>
427427
<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 -->
429429
<exclude>io/github/guacsec/trustifyda/impl/*</exclude>
430430
<exclude>io/github/guacsec/trustifyda/logging/*</exclude>
431431
<exclude>io/github/guacsec/trustifyda/image/ImageUtils.class</exclude>
@@ -778,7 +778,7 @@ limitations under the License.]]>
778778
<reflowLongStrings>true</reflowLongStrings> <!-- optional -->
779779
</googleJavaFormat>
780780
<licenseHeader>
781-
<file>${project.basedir}/license-header</file> -->
781+
<file>${project.basedir}/license-header</file>
782782
</licenseHeader>
783783
<removeUnusedImports />
784784
<formatAnnotations />
@@ -851,7 +851,7 @@ limitations under the License.]]>
851851
<dependency>
852852
<groupId>org.junit.jupiter</groupId>
853853
<artifactId>junit-jupiter-engine</artifactId>
854-
<version>5.9.1</version>
854+
<version>${junit-jupiter.version}</version>
855855
</dependency>
856856
</dependencies>
857857
<configuration>

0 commit comments

Comments
 (0)