Skip to content

Commit

Permalink
Update dependency Azure.Storage.Blobs to 12.22.1
Browse files Browse the repository at this point in the history
| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| nuget      | Azure.Storage.Blobs | 12.22.0 | 12.22.1 |
  • Loading branch information
renovate[bot] committed Sep 28, 2024
1 parent eac9b73 commit cd7e058
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.22.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.22.1" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.1.0" />
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.22.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.22.1" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.8" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.1.0" />
</ItemGroup>
Expand Down

0 comments on commit cd7e058

Please sign in to comment.