From 3966905da254c8e7468bab3c18179b5df102a90e Mon Sep 17 00:00:00 2001 From: TSEBuild Date: Mon, 18 Mar 2024 17:28:45 +0000 Subject: [PATCH] Merge pull request 773798 from dev/BuildXL/updatepackages-2024-03-18T16-08-02 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 605d85835..c154de44d 100644 --- a/cg/nuget/cgmanifest.json +++ b/cg/nuget/cgmanifest.json @@ -1059,7 +1059,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.ComponentDetection.Contracts", - "Version": "4.2.2" + "Version": "4.2.3" } } }, diff --git a/config.microsoftInternal.dsc b/config.microsoftInternal.dsc index 6ba847fa0..52d1cfdb1 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.3" }, { id: "Microsoft.Sbom.Adapters", version: "2.2.3" }, - { id: "Microsoft.ComponentDetection.Contracts", version: "4.2.2" }, + { id: "Microsoft.ComponentDetection.Contracts", version: "4.2.3" }, { id: "Microsoft.Sbom.Contracts", version: "2.2.3" }, { id: "Microsoft.Sbom.Extensions", version: "2.2.3" }, { id: "Microsoft.Bcl.HashCode", version: "1.1.1" },