Skip to content

Commit b3f7f9d

Browse files
ixsploitgotbadger
andauthored
chore(sca): bump cyclonedx-maven-plugin to 2.9.1 (#369)
Co-authored-by: Philip Hayton <[email protected]>
1 parent bcc8506 commit b3f7f9d

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)