Skip to content

Commit ccb8740

Browse files
authored
Update to use library version 9.0.0 (#429)
Signed-off-by: Michael Tsfoni <[email protected]> Signed-off-by: MTsfoni <[email protected]>
1 parent 2ae1b14 commit ccb8740

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

src/cyclonedx/cyclonedx.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<ItemGroup>
1616
<PackageReference Include="CoderPatros.AntPathMatching" Version="0.1.1" />
1717
<PackageReference Include="CsvHelper" Version="29.0.0" />
18-
<PackageReference Include="CycloneDX.Utils" Version="8.0.3" />
19-
<PackageReference Include="CycloneDX.Spdx.Interop" Version="8.0.3" />
18+
<PackageReference Include="CycloneDX.Utils" Version="9.0.0" />
19+
<PackageReference Include="CycloneDX.Spdx.Interop" Version="9.0.0" />
2020
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
2121
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
2222
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />

tests/cyclonedx.tests/__snapshots__/MergeTests.Merge_Flat_sbom1.xml_sbom2.xml_autodetect_sbom.json_autodetect_.snap

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"bomFormat": "CycloneDX",
3-
"specVersion": "1.6", "version": 1,
3+
"specVersion": "1.6",
4+
"version": 1,
45
"metadata": {
56
"component": {
67
"type": "application",
78
"authors": [],
89
"name": "thing1",
910
"version": "1",
10-
"tags": [],
1111
"omniborId": [],
12-
"swhid": []
12+
"swhid": [],
13+
"data": [],
14+
"tags": []
1315
}
1416
},
1517
"components": [
@@ -18,36 +20,40 @@
1820
"authors": [],
1921
"name": "acme-library",
2022
"version": "1.0.0",
21-
"tags": [],
2223
"omniborId": [],
23-
"swhid": []
24+
"swhid": [],
25+
"data": [],
26+
"tags": []
2427
},
2528
{
2629
"type": "application",
2730
"authors": [],
2831
"name": "thing1",
2932
"version": "1",
30-
"tags": [],
3133
"omniborId": [],
32-
"swhid": []
34+
"swhid": [],
35+
"data": [],
36+
"tags": []
3337
},
3438
{
3539
"type": "framework",
3640
"authors": [],
3741
"name": "acme-framework",
3842
"version": "1.0.0",
39-
"tags": [],
4043
"omniborId": [],
41-
"swhid": []
44+
"swhid": [],
45+
"data": [],
46+
"tags": []
4247
},
4348
{
4449
"type": "application",
4550
"authors": [],
4651
"name": "thing2",
4752
"version": "1",
48-
"tags": [],
4953
"omniborId": [],
50-
"swhid": []
54+
"swhid": [],
55+
"data": [],
56+
"tags": []
5157
}
5258
],
5359
"vulnerabilities": []

0 commit comments

Comments
 (0)