Merge pull request 787007 from dev/BuildXL/updatepackages-2024-05-27T16-07-55 into main

This commit is contained in:
BuildXL-Pipelines 2024-05-29 22:07:28 +00:00
Родитель 15a446cb20
Коммит 58f7ace6e2
2 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -1050,7 +1050,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.ComponentDetection.Contracts",
"Version": "4.4.0"
"Version": "4.5.0"
}
}
},
@ -1806,7 +1806,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Sbom.Adapters",
"Version": "2.2.5"
"Version": "2.2.6"
}
}
},
@ -1815,7 +1815,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Sbom.Contracts",
"Version": "2.2.5"
"Version": "2.2.6"
}
}
},
@ -1824,7 +1824,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Sbom.Extensions",
"Version": "2.2.5"
"Version": "2.2.6"
}
}
},
@ -1833,7 +1833,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Sbom.Parsers.Spdx22SbomParser",
"Version": "2.2.5"
"Version": "2.2.6"
}
}
},

Просмотреть файл

@ -73,11 +73,11 @@ export const pkgs = isMicrosoftInternal ? [
// SBOM Generation
{ id: "Microsoft.SBOMCore", version: "4.0.15" },
{ id: "Microsoft.Parsers.ManifestGenerator", version: "3.8.11", dependentPackageIdsToIgnore: ["BuildXL.Cache.Hashing"] },
{ id: "Microsoft.Sbom.Parsers.Spdx22SbomParser", version: "2.2.5" },
{ id: "Microsoft.Sbom.Adapters", version: "2.2.5" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.4.0" },
{ id: "Microsoft.Sbom.Contracts", version: "2.2.5" },
{ id: "Microsoft.Sbom.Extensions", version: "2.2.5" },
{ id: "Microsoft.Sbom.Parsers.Spdx22SbomParser", version: "2.2.6" },
{ id: "Microsoft.Sbom.Adapters", version: "2.2.6" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.5.0" },
{ id: "Microsoft.Sbom.Contracts", version: "2.2.6" },
{ id: "Microsoft.Sbom.Extensions", version: "2.2.6" },
{ id: "Microsoft.Bcl.HashCode", version: "1.1.1" },
// Process remoting