Skip to content

Commit 6e446de

Browse files
committed
Update POM
1 parent 1ff9f4c commit 6e446de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<error-prone.version>2.35.1</error-prone.version>
4040
<google-java-format.version>1.24.0</google-java-format.version>
4141

42+
<cyclonedx-maven-plugin.version>2.9.0</cyclonedx-maven-plugin.version>
4243
<maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
4344
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
4445
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
@@ -50,6 +51,7 @@
5051
<maven-site-plugin.version>3.12.1</maven-site-plugin.version>
5152
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
5253
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
54+
5355
<kubernetes-client.version>6.13.1</kubernetes-client.version>
5456
<okio.version>1.17.6</okio.version>
5557
</properties>
@@ -260,7 +262,7 @@
260262
<plugin>
261263
<groupId>org.cyclonedx</groupId>
262264
<artifactId>cyclonedx-maven-plugin</artifactId>
263-
<version>2.8.0</version>
265+
<version>${cyclonedx-maven-plugin.version}</version>
264266
<configuration>
265267
<projectType>application</projectType>
266268
<schemaVersion>1.5</schemaVersion>

0 commit comments

Comments
 (0)