Skip to content

Commit

Permalink
chore(deps): update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent fcfc92c commit e9cb962
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Adaptors/S3/src/ArmoniK.Core.Adapters.S3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.307.20" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.80" />
<PackageReference Include="AWSSDK.S3" Version="3.7.308" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.92" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Base/src/ArmoniK.Core.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.4" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Common/tests/ArmoniK.Core.Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

<ItemGroup>
<PackageReference Include="EphemeralMongo6" Version="1.1.3" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.4" />
<PackageReference Include="Microsoft.Azure.Amqp" Version="2.6.5" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.5" />
<PackageReference Include="Microsoft.Azure.Amqp" Version="2.6.6" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down

0 comments on commit e9cb962

Please sign in to comment.