Skip to content

Commit

Permalink
Update dependency Azure.Storage.Blobs to v12.20.0
Browse files Browse the repository at this point in the history
| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| nuget      | Azure.Storage.Blobs | 12.19.1 | 12.20.0 |
  • Loading branch information
renovate[bot] committed May 14, 2024
1 parent 62e535c commit 755e0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Orso.Arpa.Domain/Orso.Arpa.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.4" />
Expand Down
2 changes: 1 addition & 1 deletion Orso.Arpa.Infrastructure/Orso.Arpa.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.4" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.1" />
</ItemGroup>
Expand Down

0 comments on commit 755e0f2

Please sign in to comment.