Skip to content

Commit

Permalink
Bump System.Drawing.Common from 8.0.6 to 8.0.7 (microsoft#1867)
Browse files Browse the repository at this point in the history
* Bump System.Drawing.Common from 8.0.6 to 8.0.7

Bumps System.Drawing.Common from 8.0.6 to 8.0.7.

---
updated-dependencies:
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump change log

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <[email protected]>
  • Loading branch information
dependabot[bot] and BernieWhite authored Jul 10, 2024
1 parent 5b564c7 commit 4202c7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ What's changed since pre-release v3.0.0-B0203:
[#1840](https://github.com/microsoft/PSRule/pull/1840)
- Bump xunit.runner.visualstudio to v2.8.1.
[#1841](https://github.com/microsoft/PSRule/pull/1841)
- Bump System.Drawing.Common to v8.0.6.
[#1843](https://github.com/microsoft/PSRule/pull/1843)
- Bump System.Drawing.Common to v8.0.7.
[#1867](https://github.com/microsoft/PSRule/pull/1867)
- Bump YamlDotNet to v15.3.0.
[#1856](https://github.com/microsoft/PSRule/pull/1856)
- Bump Microsoft.CodeAnalysis.Common to v4.10.0.
Expand Down
2 changes: 1 addition & 1 deletion src/PSRule.BuildTool/PSRule.BuildTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
<PackageReference Include="System.Drawing.Common" Version="8.0.6" />
<PackageReference Include="System.Drawing.Common" Version="8.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/PSRule.BuildTool/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"System.Drawing.Common": {
"type": "Direct",
"requested": "[8.0.6, )",
"resolved": "8.0.6",
"contentHash": "aSwRnJzz6fZ73JvWMMG0KvBwOnXsBTFtfHLriQyAPrDIZ+NrDfl15GWbO/A35k0dtH77D7jfxzEcFF7RONtU/w==",
"requested": "[8.0.7, )",
"resolved": "8.0.7",
"contentHash": "DoeBae0gZvxs3mtfoub6F1k28fSkFPzmhFuvblplKMnLYKmTMVy0j4Yxahh96KM532JzHGDxhJn1VpMKSB1pyg==",
"dependencies": {
"Microsoft.Win32.SystemEvents": "8.0.0"
}
Expand Down

0 comments on commit 4202c7c

Please sign in to comment.