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" },