From fcd54fdecc72efcfcfa1d9fdacfca9b0ced16ec0 Mon Sep 17 00:00:00 2001 From: BuildXL-Pipelines Date: Mon, 6 May 2024 17:06:55 +0000 Subject: [PATCH] Merge pull request 783215 from dev/BuildXL/updatepackages-2024-05-06T16-08-08 into main --- cg/nuget/cgmanifest.json | 2 +- config.microsoftInternal.dsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cg/nuget/cgmanifest.json b/cg/nuget/cgmanifest.json index 8c9279d88..7d012ab28 100644 --- a/cg/nuget/cgmanifest.json +++ b/cg/nuget/cgmanifest.json @@ -1050,7 +1050,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.ComponentDetection.Contracts", - "Version": "4.3.4" + "Version": "4.3.5" } } }, diff --git a/config.microsoftInternal.dsc b/config.microsoftInternal.dsc index b55ae1a19..7bad250fc 100644 --- a/config.microsoftInternal.dsc +++ b/config.microsoftInternal.dsc @@ -75,7 +75,7 @@ export const pkgs = isMicrosoftInternal ? [ { 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.3.4" }, + { id: "Microsoft.ComponentDetection.Contracts", version: "4.3.5" }, { id: "Microsoft.Sbom.Contracts", version: "2.2.5" }, { id: "Microsoft.Sbom.Extensions", version: "2.2.5" }, { id: "Microsoft.Bcl.HashCode", version: "1.1.1" },