Skip to content

Commit

Permalink
Fixup comment characters in getDependencies (#3564)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored Dec 5, 2023
1 parent 3a3f4ac commit feccf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyclonedx-lib/getDependencies
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def fetchDeps() {
sh 'mkdir sbom_dependencies'


# These versions come from https://github.com/CycloneDX/cyclonedx-core-java/tags
# Version->spec mappings are in https://github.com/CycloneDX/cyclonedx-core-java#cyclonedx-schema-support
// These versions come from https://github.com/CycloneDX/cyclonedx-core-java/tags
// Version->spec mappings are in https://github.com/CycloneDX/cyclonedx-core-java#cyclonedx-schema-support
def cyclonedx_core_java_version = "8.0.3"
def jackson_core_version = "2.14.2"
def jackson_annotations_version = "2.14.2"
Expand Down

0 comments on commit feccf84

Please sign in to comment.