Skip to content

Commit 1ef4409

Browse files
committed
Merged PR 747625: Update Packages
Update packages: Microsoft.SBOMCore 3.8.0 -> 4.0.0, Microsoft.Parsers.ManifestGenerator 3.7.0 -> 3.8.11, Microsoft.SBOM.Adapters 1.5.2 -> 1.8.0, Microsoft.Sbom.Contracts 1.5.2 -> 1.8.0, Microsoft.ComponentDetection.Contracts 3.6.4 -> 4.0.6, Microsoft.Sbom.Extensions 1.5.2 -> 1.8.0, Sbom.Parsers.Spdx22SbomParser 1.5.2 -> 1.8.0
1 parent c01d72f commit 1ef4409

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

cg/nuget/cgmanifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@
11131113
"Type": "NuGet",
11141114
"NuGet": {
11151115
"Name": "Microsoft.ComponentDetection.Contracts",
1116-
"Version": "3.6.4"
1116+
"Version": "4.0.6"
11171117
}
11181118
}
11191119
},
@@ -1779,7 +1779,7 @@
17791779
"Type": "NuGet",
17801780
"NuGet": {
17811781
"Name": "Microsoft.Parsers.ManifestGenerator",
1782-
"Version": "3.7.0"
1782+
"Version": "3.8.11"
17831783
}
17841784
}
17851785
},
@@ -1806,7 +1806,7 @@
18061806
"Type": "NuGet",
18071807
"NuGet": {
18081808
"Name": "Microsoft.SBOMCore",
1809-
"Version": "3.8.0"
1809+
"Version": "4.0.0"
18101810
}
18111811
}
18121812
},
@@ -1815,7 +1815,7 @@
18151815
"Type": "NuGet",
18161816
"NuGet": {
18171817
"Name": "Microsoft.Sbom.Adapters",
1818-
"Version": "1.5.2"
1818+
"Version": "1.8.0"
18191819
}
18201820
}
18211821
},
@@ -1824,7 +1824,7 @@
18241824
"Type": "NuGet",
18251825
"NuGet": {
18261826
"Name": "Microsoft.Sbom.Contracts",
1827-
"Version": "1.5.2"
1827+
"Version": "1.8.0"
18281828
}
18291829
}
18301830
},
@@ -1833,7 +1833,7 @@
18331833
"Type": "NuGet",
18341834
"NuGet": {
18351835
"Name": "Microsoft.Sbom.Extensions",
1836-
"Version": "1.5.2"
1836+
"Version": "1.8.0"
18371837
}
18381838
}
18391839
},
@@ -1842,7 +1842,7 @@
18421842
"Type": "NuGet",
18431843
"NuGet": {
18441844
"Name": "Microsoft.Sbom.Parsers.Spdx22SbomParser",
1845-
"Version": "1.5.2"
1845+
"Version": "1.8.0"
18461846
}
18471847
}
18481848
},

config.microsoftInternal.dsc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ export const pkgs = isMicrosoftInternal ? [
7171
{ id: "VisualCppTools.Internal.VS2017Layout", version: "14.37.32822", osSkip: [ "macOS", "unix" ] },
7272

7373
// SBOM Generation
74-
{ id: "Microsoft.SBOMCore", version: "3.8.0" },
75-
{ id: "Microsoft.Parsers.ManifestGenerator", version: "3.7.0", dependentPackageIdsToIgnore: ["BuildXL.Cache.Hashing"] },
76-
{ id: "Microsoft.Sbom.Parsers.Spdx22SbomParser", version: "1.5.2" },
77-
{ id: "Microsoft.Sbom.Adapters", version: "1.5.2" },
78-
{ id: "Microsoft.ComponentDetection.Contracts", version: "3.6.4" },
79-
{ id: "Microsoft.Sbom.Contracts", version: "1.5.2" },
80-
{ id: "Microsoft.Sbom.Extensions", version: "1.5.2", dependentPackageIdsToSkip: ["System.Text.Json"] },
74+
{ id: "Microsoft.SBOMCore", version: "4.0.0" },
75+
{ id: "Microsoft.Parsers.ManifestGenerator", version: "3.8.11", dependentPackageIdsToIgnore: ["BuildXL.Cache.Hashing"] },
76+
{ id: "Microsoft.Sbom.Parsers.Spdx22SbomParser", version: "1.8.0" },
77+
{ id: "Microsoft.Sbom.Adapters", version: "1.8.0" },
78+
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.0.6" },
79+
{ id: "Microsoft.Sbom.Contracts", version: "1.8.0" },
80+
{ id: "Microsoft.Sbom.Extensions", version: "1.8.0", dependentPackageIdsToSkip: ["System.Text.Json"] },
8181
{ id: "Microsoft.Bcl.HashCode", version: "1.1.1" },
8282

8383
// Process remoting

0 commit comments

Comments
 (0)