Skip to content

Commit

Permalink
Update dependency AutoMapper to v10.1.1 (#1317)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 16, 2020
1 parent 21ff6fc commit 25cef50
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 @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="10.1.0" />
<PackageReference Include="AutoMapper" Version="10.1.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.0" />
<PackageReference Include="CronScheduler.AspNetCore" Version="3.0.0" />
<PackageReference Include="Prometheus.Client.AspNetCore" Version="4.1.0" />
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 @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="10.1.0" />
<PackageReference Include="AutoMapper" Version="10.1.1" />
<PackageReference Include="Fastenshtein" Version="1.0.0.5" />
<PackageReference Include="Cronos" Version="0.7.0" />
<PackageReference Include="Guard.Net" Version="1.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Promitor.Tests.Unit/Promitor.Tests.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="10.1.0" />
<PackageReference Include="AutoMapper" Version="10.1.1" />
<PackageReference Include="Bogus" Version="31.0.3" />
<PackageReference Include="Fastenshtein" Version="1.0.0.5" />
<PackageReference Include="JetBrains.DotMemoryUnit" Version="3.1.20200127.214830" />
Expand Down

0 comments on commit 25cef50

Please sign in to comment.