Skip to content

Commit edf6fd1

Browse files
committed
chore(sca): bump cyclonedx-maven-plugin to 2.9.1
1 parent 348852c commit edf6fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycode/cli/files_collector/sca/maven/restore_maven_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def is_project(self, document: Document) -> bool:
2424
return path.basename(document.path).split('/')[-1] == BUILD_MAVEN_FILE_NAME
2525

2626
def get_commands(self, manifest_file_path: str) -> list[list[str]]:
27-
command = ['mvn', 'org.cyclonedx:cyclonedx-maven-plugin:2.7.4:makeAggregateBom', '-f', manifest_file_path]
27+
command = ['mvn', 'org.cyclonedx:cyclonedx-maven-plugin:2.9.1:makeAggregateBom', '-f', manifest_file_path]
2828

2929
maven_settings_file = self.ctx.obj.get('maven_settings_file')
3030
if maven_settings_file:

0 commit comments

Comments
 (0)