Skip to content

Commit

Permalink
chore(deps): update dependency yamldotnet to v10.1.0 (#1575)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 31, 2021
1 parent 86ce719 commit 9399785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Promitor.Agents.Scraper/Promitor.Agents.Scraper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="Prometheus.Client.AspNetCore" Version="4.3.0" />
<PackageReference Include="Prometheus.Client.DependencyInjection" Version="0.4.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="YamlDotNet" Version="10.0.0" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Promitor.Core.Scraping/Promitor.Core.Scraping.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.17.0" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.37.1" />
<PackageReference Include="Prometheus.Client" Version="4.4.0" />
<PackageReference Include="YamlDotNet" Version="10.0.0" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Promitor.Core/Promitor.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.Azure.Management.Monitor.Fluent" Version="1.37.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.13" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.13" />
<PackageReference Include="YamlDotNet" Version="10.0.0" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9399785

Please sign in to comment.