Skip to content

Commit

Permalink
Fixup comment characters in getDependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Dec 5, 2023
1 parent 25f518f commit 260e131
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 260e131

Please sign in to comment.