Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Update other packages dependabot seems to have missed
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cordeiro committed Jan 10, 2024
1 parent f4f49e5 commit a46d017
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Wasari.Crunchyroll/Wasari.Crunchyroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<PackageReference Include="JsonExtensions" Version="1.2.0"/>
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.1" />
<PackageReference Include="MinimalHttpLogger" Version="2.0.0"/>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3"/>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.1.2" />
<PackageReference Include="System.Linq.Async" Version="6.0.1"/>
<PackageReference Include="System.Text.Json" Version="8.0.0"/>
<PackageReference Include="System.Text.Json" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Wasari.Daemon/Wasari.Daemon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

<ItemGroup>
<PackageReference Include="DistributedLock.Redis" Version="1.0.2"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0"/>
<PackageReference Include="System.Linq.Async" Version="6.0.1"/>
<PackageReference Include="WolverineFx" Version="1.13.2"/>
<PackageReference Include="WolverineFx.EntityFrameworkCore" Version="1.13.1"/>
<PackageReference Include="WolverineFx.EntityFrameworkCore" Version="1.13.2" />
<PackageReference Include="WolverineFx.FluentValidation" Version="1.13.2"/>
<PackageReference Include="WolverineFx.Postgresql" Version="1.13.2"/>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Wasari.Environment/Wasari.Environment.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="CliWrap" Version="3.6.4"/>
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.3"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1"/>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Wasari.FFmpeg/Wasari.FFmpeg.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="CliWrap" Version="3.6.4"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1"/>
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Wasari.Tvdb/Wasari.Tvdb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.1" />
<PackageReference Include="Polly.Extensions.Http" Version="3.0.0"/>
<PackageReference Include="Refit.HttpClientFactory" Version="7.0.0"/>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3"/>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.1.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Wasari.YoutubeDlp/Wasari.YoutubeDlp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="CliWrap" Version="3.6.4"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1"/>
</ItemGroup>

Expand Down

0 comments on commit a46d017

Please sign in to comment.