Skip to content

Commit

Permalink
Bump YamlDotNet from 13.5.2 to 13.7.0 (#1643)
Browse files Browse the repository at this point in the history
* Bump YamlDotNet from 13.5.2 to 13.7.0

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 13.5.2 to 13.7.0.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v13.5.2...v13.7.0)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 14, 2023
1 parent f3e610a commit 825c21b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ What's changed since release v2.9.0:
[#1593](https://github.com/microsoft/PSRule/pull/1593)
- Bump Microsoft.NET.Test.Sdk to v17.7.2.
[#1608](https://github.com/microsoft/PSRule/pull/1608)
- Bump YamlDotNet to v13.5.2.
[#1639](https://github.com/microsoft/PSRule/issues/1639)
- Bump YamlDotNet to v13.7.0.
[#1643](https://github.com/microsoft/PSRule/issues/1643)
- Bump xunit to v2.5.1.
[#1619](https://github.com/microsoft/PSRule/pull/1619)
- Bump xunit.runner.visualstudio to v2.5.1.
Expand Down
2 changes: 1 addition & 1 deletion src/PSRule.Types/PSRule.Types.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="YamlDotNet" Version="13.5.2" />
<PackageReference Include="YamlDotNet" Version="13.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 825c21b

Please sign in to comment.