Skip to content

Commit

Permalink
Update dependency YamlDotNet to v5.2.1 (tomkerkhove#187)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| YamlDotNet | nuget | patch | `5.2.0` -> `5.2.1` | [source](https://renovatebot.com/gh/aaubry/YamlDotNet) |

---

### Release Notes

<details>
<summary>aaubry/YamlDotNet</summary>

### [`v5.2.1`](https://renovatebot.com/gh/aaubry/YamlDotNet/releases/v5.2.1)

[Compare Source](https://renovatebot.com/gh/aaubry/YamlDotNet/compare/v5.2.0...v5.2.1)

-   Fix roundtripping of tags on sequences ([#&#8203;347](https://renovatebot.com/gh/aaubry/YamlDotNet/issues/347))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#tomkerkhove/promitor).
  • Loading branch information
renovate[bot] authored and tomkerkhove committed Oct 9, 2018
1 parent f93bd2c commit c39b3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Promitor.Scraper.Host/Promitor.Scraper.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="3.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="3.0.0" />
<PackageReference Include="System.Net.Http" Version="4.3.3" />
<PackageReference Include="YamlDotNet" Version="5.2.0" />
<PackageReference Include="YamlDotNet" Version="5.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c39b3ba

Please sign in to comment.