Skip to content

Commit

Permalink
chore(deps): update dependency minio to v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dare-renovate[bot] committed Feb 22, 2024
1 parent 9c514ec commit 6b79659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BL/BL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Minio" Version="6.0.1" />
<PackageReference Include="Minio" Version="6.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" />
<PackageReference Include="Serilog" Version="3.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/DARE-API/DARE-API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Minio" Version="6.0.1" />
<PackageReference Include="Minio" Version="6.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.13" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Serilog" Version="3.1.1" />
Expand Down

0 comments on commit 6b79659

Please sign in to comment.