Skip to content

Commit

Permalink
tools: upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Jul 18, 2024
1 parent feeed2e commit f9051ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/BusinessLogic/BusinessLogic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="Keon.NHibernate" Version="5.1.0" />
<PackageReference Include="Keon.TwoFactorAuth" Version="4.0.0" />
<PackageReference Include="Keon.TwoFactorAuth" Version="4.0.1" />
<PackageReference Include="sqlite" Version="3.13.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion core/Exchange/Exchange.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.309.11" />
<PackageReference Include="AWSSDK.S3" Version="3.7.310.6" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion core/Generic/Generic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion core/Queue/Queue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.SQS" Version="3.7.301.25" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.301.32" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f9051ef

Please sign in to comment.