Skip to content

Commit

Permalink
Update NuGet packages to 6.9.1 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
emgarten authored Feb 17, 2024
1 parent 102c3ac commit 6566326
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

## 5.2.12
* Update NuGet.* packages to 6.9.1 to address CVE-2024-0057 [Issue](https://github.com/emgarten/Sleet/issues/189)

## 5.2.11
* AWS S3 feeds with sub paths are now fully removed during destroy.

Expand Down
2 changes: 1 addition & 1 deletion build/common/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Function Install-NuGetExe {
$nugetDir = Split-Path $nugetExe
New-Item -ItemType Directory -Force -Path $nugetDir

Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/v6.8.0/nuget.exe -OutFile $nugetExe
Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/v6.9.1/nuget.exe -OutFile $nugetExe
}
}

Expand Down
4 changes: 2 additions & 2 deletions build/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<!-- Dependency versions -->
<PropertyGroup>
<NuGetPackageVersion>6.8.0</NuGetPackageVersion>
<NuGetPackageVersion>6.9.1</NuGetPackageVersion>
<MicrosoftAzureStorageBlobVersion>11.2.3</MicrosoftAzureStorageBlobVersion>
<JsonVersion>13.0.3</JsonVersion>
<CommandLineUtilsVersion>2.0.0</CommandLineUtilsVersion>
<NuGetTestHelpersVersion>2.1.35</NuGetTestHelpersVersion>
<NuGetTestHelpersVersion>2.1.36</NuGetTestHelpersVersion>
<PortablePdbVersion>1.5.0</PortablePdbVersion>
<AWSSDKVersion>3.7.305.14</AWSSDKVersion>
<AWSSDKTokenVersion>3.7.300.40</AWSSDKTokenVersion>
Expand Down

0 comments on commit 6566326

Please sign in to comment.